Skip to content

Allow testing the scheduled sets

  1. Ensure logs/ exists (otherwise everything will fail silently with run_experiment.rb).
  2. Upgrade to Sidekiq 6.
  3. Allow setting the proportion of jobs that are scheduled with SCHEDULED_PROPORTION. 0 (default) for none, 1 for all, etc.
  4. Allow choosing the enqueuer with SCHEDULED_ENQ: sidekiq_5 (gitlab-org/gitlab!71924 (merged)); atomic (gitlab-org/gitlab!72380 (merged)); or nothing for Sidekiq 6 (default).
  5. Allow choosing how many Sidekiq processes poll with SCHEDULED_POLLERS: 0 for none, 1 (default) for all, etc.
Edited by Sean McGivern

Merge request reports

Loading