-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong queue shown in the UI if not defined in config #38
Comments
Fixed in #41 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
.The text was updated successfully, but these errors were encountered: