Skip to content

Check for and handle the possibility of being asked to queue a job to a non-existent queue.

Robert Sinton requested to merge hotfix/missing_queues into master

Logs an error and bails if we can't find the specified queue.

Previously: assumed it would be found and proceeded with a null queue id, leading to a database & PHP error.

Merge request reports