In the Sidecloq config if you don't specify the queue for a job it will properly use the queue as defined by the class. For example, the following job and worker seems to work properly in that the BatchJobMonitor job is placed on the :my_queue queue minutely.
In the Sidecloq config if you don't specify the queue for a job it will properly use the queue as defined by the class. For example, the following job and worker seems to work properly in that the BatchJobMonitor job is placed on the
:my_queue
queue minutely.However, there is a bug in the "Recurring Jobs" UI in that it shows
default
, as seen below. Instead it should be showingmy_queue
.