Created
September 12, 2015 03:58
-
-
Save rodurma/f1233f6f240224f35be7 to your computer and use it in GitHub Desktop.
Configurando o supervisor com mais de um processo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [program:name] | |
| command=php /path/file/artisan queue:work --daemon --env=production --queue=default | |
| autostart=true | |
| autorestart=true | |
| user=forge | |
| redirect_stderr=true | |
| stdout_logfile=/path/logs/log_supervisord_name.log | |
| numprocs=5 | |
| process_name=%(program_name)s_%(process_num)s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment