Skip to content

Projektanfrage

Sprechen wir ganz unverbindlich über Ihr Projekt.

Oder nutzen Sie unser Kontaktformular
Thank you, we received your message and will contact you as soon as possible.
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.