Commit d853a87a authored by Stan Hu's avatar Stan Hu

Merge branch 'georgekoltsov/reduce-bulk-import-ndjson-perform-delay' into 'master'

Update BulkImports::PipelineWorker Ndjson perform delay

See merge request gitlab-org/gitlab!84285
parents 795b1e5f 38515dcd
......@@ -4,14 +4,11 @@ module BulkImports
class PipelineWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
data_consistency :always
NDJSON_PIPELINE_PERFORM_DELAY = 1.minute
NDJSON_PIPELINE_PERFORM_DELAY = 10.seconds
data_consistency :always
feature_category :importers
sidekiq_options retry: false, dead: false
worker_has_external_dependencies!
def perform(pipeline_tracker_id, stage, entity_id)
......
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