Closed realitix closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
09e835e
) 96.31% compared to head (41fe84a
) 96.34%. Report is 4 commits behind head on develop.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hello,
In some case, it can be very useful to set the
queue_name
directly in the label. If we have several workers with different configurationse this avoids the need to create a broker and a scheduler for each type of worker. Instead, by putting thequeue_name
in the labels, the task will automatically be sent to the correct worker. And therefore a single scheduler can send the task to several workers.