Skip to content

[13.x] Display error in queue:pause when Worker isn't pausable#60023

Open
weshooper wants to merge 4 commits intolaravel:13.xfrom
weshooper:queue-pause-error
Open

[13.x] Display error in queue:pause when Worker isn't pausable#60023
weshooper wants to merge 4 commits intolaravel:13.xfrom
weshooper:queue-pause-error

Conversation

@weshooper
Copy link
Copy Markdown
Contributor

@weshooper weshooper commented May 7, 2026

Hey Taylor, @jackbayliss is on vacation this week (allegedly) so you've got me for a change :bowtie:

  • We didn't used to pause our queues, so called withoutInterruptionPolling() in our AppServiceProvider
  • Now we've modernised, we're leaning on pause, but forgot we'd done this and queue:pause gives no clue
  • Queue(!) much swearing by another dev in our team 🥁

We'll likely stop calling withoutInterruptionPolling() of course, so feel free to throw this PR in the sea. Just thought it'd avoid other souls scratching their heads.

weshooper and others added 2 commits May 7, 2026 03:10
…g()`

Hey Taylor, @jackbayliss is on vacation this week (allegedly) so you've got me for a change :bowtie:

- We didn't used to pause our queues, so called `withoutInterruptionPolling()` in our `AppServiceProvider`
- Now we've modernised, we're leaning on pause, but forgot we'd done this and `queue:pause` gives no clue
- Queue(!) much swearing by another dev in our team

We'll likely stop calling `withoutInterruptionPolling()` of course, so feel free to throw this PR in the sea, Just thought it may avoid other souls scratching their heads.
@weshooper weshooper changed the title [13.x] Display error in queue:pause with `withoutInterruptionPollin… [13.x] Display error in queue:pause with withoutInterruptionPolling() May 7, 2026
Comment thread src/Illuminate/Queue/Console/PauseCommand.php Outdated
Co-authored-by: Jack Bayliss <jjbayliss@icloud.com>
@weshooper weshooper changed the title [13.x] Display error in queue:pause with withoutInterruptionPolling() [13.x] Display error in queue:pause when Worker isn't pausable May 7, 2026
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.

2 participants