Skip to content

conf/loader: Declare save code now queues to consume from

The scheduler runner will route the save code now queries to those queues. So from docker if we want to those being ever consumed, we need the loaders to subscribe to those from now on.

Related to swh/infra/sysadm-environment#3084 (closed) Related to swh-scheduler!320 (closed) Related to swh/infra/puppet/puppet-swh-site!343 (closed)

Test Plan

doco up with patched scheduler with swh-scheduler!320 (closed) and checks through save code now ui that requests are routed to those queues defined here (well i only tested git but still)..

I even went along and commented the default update git queue from the loaders worker and checked that queue was not created (only the save_code_now:... is and save code now origins are consumed properly!


Migrated from D5526 (view on Phabricator)

Merge request reports