Restart Laravel queue workers
restart_queue_workersGracefully restart queue workers after their current job to apply code changes without losing jobs.
Instructions
Runs php artisan queue:restart so local workers restart gracefully after their current job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional project-relative working directory. When omitted, the tool auto-detects the relevant app root. | |
| project | Yes | Project key from list_projects. | |
| timeoutSeconds | No |