Page MenuHomeSoftware Heritage

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

Authored by ardumont on Apr 14 2021, 5:19 PM.

Details

Summary

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 T3084
Related to D5520
Related to D5486

Test Plan

doco up with patched scheduler with D5520 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!

Diff Detail

Repository
rDENV Development environment
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.