Allow testing the scheduled sets
- Ensure
logs/
exists (otherwise everything will fail silently withrun_experiment.rb
). - Upgrade to Sidekiq 6.
- Allow setting the proportion of jobs that are scheduled with
SCHEDULED_PROPORTION
. 0 (default) for none, 1 for all, etc. - 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). - Allow choosing how many Sidekiq processes poll with
SCHEDULED_POLLERS
: 0 for none, 1 (default) for all, etc.
Edited by Sean McGivern