diff options
Diffstat (limited to 'app/workers/all_queues.yml')
-rw-r--r-- | app/workers/all_queues.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/workers/all_queues.yml b/app/workers/all_queues.yml index 61edd4b91e3..aaa6edcd0cf 100644 --- a/app/workers/all_queues.yml +++ b/app/workers/all_queues.yml @@ -1078,6 +1078,15 @@ :weight: 2 :idempotent: true :tags: [] +- :name: jira_connect:jira_connect_forward_event + :worker_name: JiraConnect::ForwardEventWorker + :feature_category: :integrations + :has_external_dependencies: true + :urgency: :low + :resource_boundary: :unknown + :weight: 1 + :idempotent: + :tags: [] - :name: jira_connect:jira_connect_sync_branch :worker_name: JiraConnect::SyncBranchWorker :feature_category: :integrations |