summaryrefslogtreecommitdiff
path: root/app/workers/chat_notification_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/chat_notification_worker.rb')
-rw-r--r--app/workers/chat_notification_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/chat_notification_worker.rb b/app/workers/chat_notification_worker.rb
index 23d8a1ec29d..4ee32a43808 100644
--- a/app/workers/chat_notification_worker.rb
+++ b/app/workers/chat_notification_worker.rb
@@ -8,7 +8,7 @@ class ChatNotificationWorker # rubocop:disable Scalability/IdempotentWorker
TimeoutExceeded = Class.new(StandardError)
sidekiq_options retry: false
- feature_category :chatops
+ feature_category :integrations
urgency :low # Can't be high as it has external dependencies
weight 2
worker_has_external_dependencies!