Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database queues running jobs from other queues #833

Open
josephmancuso opened this issue Oct 30, 2024 · 0 comments
Open

Database queues running jobs from other queues #833

josephmancuso opened this issue Oct 30, 2024 · 0 comments
Labels

Comments

@josephmancuso
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant