MasoniteFramework / masonite

The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel for questions: https://discord.gg/TwKeFahmPZ
http://docs.masoniteproject.com
MIT License
2.21k stars 126 forks source link

Database queues running jobs from other queues #833

Open josephmancuso opened 3 weeks ago

josephmancuso commented 3 weeks ago

Describe the bug

this is confirm and tested. created a job with name crawl and run the single queue worker

python craft queue:work --queue crawl

. the crawl job process it and there is an observer for model created that dispatch another job with name summary and it create that job in db but the crawl queue process it where it should not process that because it belong to summary queu

Expected behaviour

the crawl queue worker should only process jobs on that queue.

Steps to reproduce the bug

No response

Screenshots

No response

OS

macOS

OS version

current

Browser

No response

Masonite Version

4.20.2

Anything else ?

No response