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

Larvel serviceprovider's queue::after event listener prevents manual job release #64

Open
SajtiDH opened this issue Jan 26, 2024 · 0 comments · May be fixed by #65
Open

Larvel serviceprovider's queue::after event listener prevents manual job release #64

SajtiDH opened this issue Jan 26, 2024 · 0 comments · May be fixed by #65

Comments

@SajtiDH
Copy link

SajtiDH commented Jan 26, 2024

In the LaravelServiceProvider::boot() there is a handler for the JobProcessed event which deletes the job from the queue.
Currently this is done without any conditions, even if the project uses other queue drivers, or even if the job was manually released previously. In case of manual release the job deletion prevents of the retry of the job, as the event is still dispatched so the job gets deleted.

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

Successfully merging a pull request may close this issue.

1 participant