Skip to content

Database queues running jobs from other queues #833

@josephmancuso

Description

@josephmancuso

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions