summaryrefslogtreecommitdiff
path: root/app/workers/new_issue_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/new_issue_worker.rb')
-rw-r--r--app/workers/new_issue_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/new_issue_worker.rb b/app/workers/new_issue_worker.rb
index ded5104c708..e0e28767f8d 100644
--- a/app/workers/new_issue_worker.rb
+++ b/app/workers/new_issue_worker.rb
@@ -5,7 +5,7 @@ class NewIssueWorker # rubocop:disable Scalability/IdempotentWorker
include NewIssuable
feature_category :issue_tracking
- latency_sensitive_worker!
+ urgency :high
worker_resource_boundary :cpu
weight 2