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
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.
Describe the bug
this is confirm and tested. created a job with name crawl and run the single queue worker
. 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