Skip to content

🐛 Register missing queue and schedule console commands#510

Merged
retlehs merged 1 commit into
mainfrom
fix/missing-queue-schedule-commands
Mar 8, 2026
Merged

🐛 Register missing queue and schedule console commands#510
retlehs merged 1 commit into
mainfrom
fix/missing-queue-schedule-commands

Conversation

@retlehs
Copy link
Copy Markdown
Member

@retlehs retlehs commented Mar 8, 2026

Summary

  • Adds missing queue:listen, schedule:clear-cache, and schedule:finish commands to the console Kernel
  • Registers Illuminate\Queue\Listener binding in QueueServiceProvider so queue:listen can resolve its dependency
  • Updates queue.php config to default batching and failed database connections to wordpress instead of sqlite, matching Acorn's default database connection

Builds on #502 which added several queue commands but missed these three. Also fixes the queue config defaults so queue:failed, queue:flush, and queue:forget work out of the box without manual config changes.

Closes #466
Closes #467
Ref #502

🤖 Generated with Claude Code

Closes #466
Closes #467
Ref #502

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@retlehs retlehs self-assigned this Mar 8, 2026
@retlehs retlehs merged commit a309a5d into main Mar 8, 2026
3 checks passed
@retlehs retlehs deleted the fix/missing-queue-schedule-commands branch March 8, 2026 23:00
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.

Various queue and schedule commands are missing

1 participant