Created
December 3, 2016 00:49
-
-
Save ccovey/c10c1bd4f0bdab2b6f0fe457eb692214 to your computer and use it in GitHub Desktop.
This file contains 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:transactional.email] | |
process_name = %(program_name)s_%(process_num)02d | |
command = php console opensky:event:worker transactional.email | |
redirect_stderr = true | |
stdout_logfile = /var/log/supervisor/transactional.email.log | |
numprocs = 1 | |
autorestart=true | |
startretries=10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment