- Nov 02, 2021
-
-
Craig Miskell authored
Allow testing the scheduled sets See merge request !5
-
- Oct 29, 2021
-
-
Sean McGivern authored
This makes post-hoc log analysis easier.
-
Sean McGivern authored
-
Sean McGivern authored
SCHEDULED_POLLERS works like SCHEDULED_PROPORTION, but for polling processes. 0 means no processes will poll for scheduled jobs; 1 means all will.
-
Sean McGivern authored
SCHEDULED_THRESHOLD was confusing as 1 meant no jobs were scheduled, and 0 meant all jobs were. SCHEDULED_PROPORTION is the inverse, which is clearer (to me, at least).
-
Sean McGivern authored
-
- Oct 28, 2021
-
-
Sean McGivern authored
SCHEDULED_ENQ can be one of: - sidekiq_5: the Sidekiq 6 enqueuer. - atomic: Heinrich's atomic enqueuer. - Nothing (the default): the Sidekiq 6 enqueuer.
-
- Oct 27, 2021
-
-
Sean McGivern authored
SCHEDULED_ENQ can be one of: - sidekiq_5: the Sidekiq 6 enqueuer. - atomic: Heinrich's atomic enqueuer. - Nothing (the default): the Sidekiq 6 enqueuer.
-
- Oct 15, 2021
-
-
Sean McGivern authored
SCHEDULED_THRESHOLD is a float (as a string) that sets what proportion of jobs are scheduled. 1 (the default) means no jobs are scheduled, 0 means all jobs are scheduled, 0.5 means half of jobs are scheduled, etc.
-
Sean McGivern authored
-
Sean McGivern authored
Without this, startup with `run_experiment.rb` will fail silently.
-
Craig Miskell authored
Add more Prometheus config to gitlab.rb See merge request !4
-
- Oct 14, 2021
-
-
Sean McGivern authored
We can set the scrape interval in Omnibus, and we can also add a scrape config for process-exporter.
-
- May 26, 2021
-
-
Craig Miskell authored
Ping redis to see job rates See merge request !2
-
- May 21, 2021
-
-
Jacob Vosmaer authored
-
- May 20, 2021
-
-
Craig Miskell authored
Make it easier to switch scenarios See merge request !3
-
Jacob Vosmaer authored
-
- May 19, 2021
-
-
Craig Miskell authored
Various small improvements See merge request !1
-
-
- Apr 19, 2021
-
-
Craig Miskell authored
-
- Apr 07, 2021
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
Making it a bit more repeatable.
-
Craig Miskell authored
This adds a script that runs the entire experiment
-
Craig Miskell authored
-
Craig Miskell authored
Use non-strict ordering, to force randomization of queues like in gitlab, which is also necessary for testing sampling
-
- Apr 01, 2021
-
-
Craig Miskell authored
-
Craig Miskell authored
-
Craig Miskell authored
-
- Mar 31, 2021
-
-
Craig Miskell authored
-
- Mar 30, 2021
-
-
Craig Miskell authored
-
Craig Miskell authored
-
Craig Miskell authored
-
Sean McGivern authored
The p10 is a bit of a fudge, but the rest are broadly right.
-
Sean McGivern authored
-
Sean McGivern authored
-