Commit b7a17db6 authored by Max Woolf's avatar Max Woolf

Adjust ProjectExportWorker urgency

ProjectExportWorker jobs are sometimes not
scheduled for >1 hour which is out of step
with customer expectations.

Changes the urgency of the worker to :low.

Changelog: changed
parent 6527e913
...@@ -2771,7 +2771,7 @@ ...@@ -2771,7 +2771,7 @@
:worker_name: ProjectExportWorker :worker_name: ProjectExportWorker
:feature_category: :importers :feature_category: :importers
:has_external_dependencies: :has_external_dependencies:
:urgency: :throttled :urgency: :low
:resource_boundary: :memory :resource_boundary: :memory
:weight: 1 :weight: 1
:idempotent: :idempotent:
......
...@@ -8,7 +8,7 @@ class ProjectExportWorker # rubocop:disable Scalability/IdempotentWorker ...@@ -8,7 +8,7 @@ class ProjectExportWorker # rubocop:disable Scalability/IdempotentWorker
feature_category :importers feature_category :importers
worker_resource_boundary :memory worker_resource_boundary :memory
urgency :throttled urgency :low
loggable_arguments 2, 3 loggable_arguments 2, 3
sidekiq_options retry: false, dead: false sidekiq_options retry: false, dead: false
sidekiq_options status_expiration: StuckExportJobsWorker::EXPORT_JOBS_EXPIRATION sidekiq_options status_expiration: StuckExportJobsWorker::EXPORT_JOBS_EXPIRATION
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment