Commit e6549437 by Feanil Patel

Merge pull request #2140 from edx/feanil/update_minos_voters

Switch to a single python process voter.
parents 70c430d4 e4c1b407
......@@ -58,8 +58,7 @@
mode=0755 owner=root group=root
with_items:
- "BellwetherVoter"
- "ProccessQuienscenceVoterCelery"
- "ProccessQuienscenceVoterGunicorn"
- "ProccessQuiescenceVoterPython"
- "TrackingLogVoter"
- "ZippedTrackingLogVoter"
- "RolledTrackingLogVoter"
......
ProccessQuiescenceVoter:
config:
process_name: 'gunicorn'
\ No newline at end of file
ProccessQuiescenceVoter:
config:
process_name: 'celery'
\ No newline at end of file
ProccessQuiescenceVoter:
config:
process_name: 'gunicorn'
\ No newline at end of file
ProccessQuiescenceVoter:
config:
process_name: 'celery'
\ No newline at end of file
process_name: 'python'
username: '{{ common_web_user }}'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment