Revert changes in Sidekiq queue

parent f7b66525
# Concern for setting Sidekiq settings for Geo backfill worker.
module GeoBackfillQueue
extend ActiveSupport::Concern
included do
sidekiq_options queue: :geo_backfill, retry: false
end
end
class GeoBackfillWorker
include Sidekiq::Worker
include GeoBackfillQueue
include CronjobQueue
RUN_TIME = 5.minutes.to_i.freeze
BATCH_SIZE = 100.freeze
......
......@@ -59,4 +59,3 @@
- [admin_emails, 1]
- [geo_repository_update, 1]
- [elastic_batch_project_indexer, 1]
- [geo_backfill, 3]
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