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

[8.x] Allow to retry jobs by queue name #36898

Merged
merged 2 commits into from Apr 7, 2021
Merged

Conversation

fredbradley
Copy link
Contributor

@fredbradley fredbradley commented Apr 7, 2021

(Alright - go easy, this is the first time I have ever contributed to a maintained package like this! - But I'm blooming excited to be doing so!)

This is an enhancement so that you can retry failed jobs by queue name, rather than list the IDs or a range of IDs. Also has been an "Idea" since 2019. laravel/ideas#1648

Usage:

artisan queue:retry --queue=default

or

artisan queue:retry --queue=myNamedQueue

@driesvints driesvints changed the title Allow to retry jobs by queue name [8.x] Allow to retry jobs by queue name Apr 7, 2021
@taylorotwell taylorotwell merged commit be679d3 into laravel:8.x Apr 7, 2021
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 this pull request may close these issues.

None yet

2 participants