Skip to content

Instantly share code, notes, and snippets.

@muzafarali
Last active February 14, 2019 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muzafarali/af4be2ef3c40af68e6d5925290a4c971 to your computer and use it in GitHub Desktop.
Save muzafarali/af4be2ef3c40af68e6d5925290a4c971 to your computer and use it in GitHub Desktop.
supervised queue:listen stops working
Hi guys,
i'm facing same problem on my server with laravel 5.6
https://github.com/laravel/framework/issues/4443
https://github.com/laravel/framework/issues/579
here is my supervised
[program:abovecom-laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=/opt/plesk/php/7.2/bin/php ./core/artisan queue:work --memory=512 --tries=255 --timeout=6000
autostart=true
autorestart=true
user=hiringeasier
numprocs=1
redirect_stderr=true
stdout_logfile=./logs/worker.log
i try different solution but nothing work for me. i have to restart worker manually then all working fine
can anyone suggest how to fixed this..?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment