Skip to content

Wrong queue shown in the UI if not defined in config #38

@Fryguy

Description

@Fryguy

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.

BatchJobMonitor:
  class: BatchJobMonitor
  cron: "* * * * *" # minutely
class BatchJobMonitor
  include Sidekiq::Worker
  sidekiq_options :queue => :my_queue
  ...
end

However, there is a bug in the "Recurring Jobs" UI in that it shows default, as seen below. Instead it should be showing my_queue.

_DEVELOPMENT__Sidekiq

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions