moktar's avatar

Run queues by Supervisord in Laradock

i deployed this app with laradock for first time the queues dont works , the attempts keep increasing without any results this is my configurations : and this the jobs table : any ideas ???

0 likes
1 reply
bobbybouwmann's avatar
Level 88

Can you find anything in your logs? In general if the job can't be processed by the queue you will see errors in your logs. Same goes for why jobs are retrying.

Also I see in your script that you set the tries to 1, but the jobs keep retrying. This can mean that you might need to restart the worker yourself on deployments.

Please or to participate in this conversation.