Skip to content

Using the default priority queue rather than creating an invalid one#7

Open
djalkalai wants to merge 3 commits intosocialpandas:masterfrom
djalkalai:master
Open

Using the default priority queue rather than creating an invalid one#7
djalkalai wants to merge 3 commits intosocialpandas:masterfrom
djalkalai:master

Conversation

@djalkalai
Copy link

Modifying priority queue creation to place a job with a priority that is not found in Sidekiq::Priority.priorities in the default queue, rather than creating a new invalid one. This prevents a possible user error from placing jobs into a queue that is not being processed, placing them instead into the default queue.

… is not found in Sidekiq::Priority.priorities in the default queue, rather than creating a new one.
…y that is not in Sidekiq::Priority.priorities
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant