Skip to content
Snippets Groups Projects
Commit 6f763d27 authored by Frank Duncan's avatar Frank Duncan
Browse files

Add unbuffered to rebuilder supervisor configuration

There was an issue where stdout wasn't making it to the logs, and this
fixed it.
parent e5fed951
No related branches found
No related tags found
No related merge requests found
[program:{{ supervisor_torque_name }}-rebuilder]
directory={{ torque_install_directory }}
user:{{ deployment_user }}
command=pipenv run python manage.py run_cache_rebuilder
command=pipenv run python -u manage.py run_cache_rebuilder
autostart=true
autorestart=true
redirect_stderr=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment