You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I want to automatically set up and restart Laravel queue workers during deployment, so that background jobs process seamlessly without manual intervention.
Additional Information
This story addresses the need for proper queue worker setup during deployments for Laravel applications using Deployer.
It ensures that workers run updated code post-deployment and can handle worker failures with process management.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
As a developer, I want to automatically set up and restart Laravel queue workers during deployment, so that background jobs process seamlessly without manual intervention.
Additional Information
Acceptance Criteria (AC)
--queue
,--max-jobs
,--max-time
, and--sleep
.How To Test
Setting Up Supervisor
/etc/supervisor/conf.d/
.laravel-worker.conf
with the following content:Beta Was this translation helpful? Give feedback.
All reactions