Cookie Settings

This site uses cookies that need consent. Learn more

Skip to content
Tooling

Forge: How to restart a queue:worker or deamon via deployment-script


Command to restart:

sudo -S supervisorctl restart worker-5432987:worker-5432987_00

The queue worker can be identified by going to a sites Queue-Workers and clicking the “Check Worker Status”. It will show a dialog like this, which will show you the worker-name. Pick the one that matches the desired worker-id.

Laravel Forge: Check Queue and Deamon ID for restart via Deployment Script.