Commit e4c1b407 by Feanil Patel

Switch to a single python process voter.

Minos updated with this PR: https://github.com/edx-ops/edx-minos/pull/15
parent 70c430d4
...@@ -58,8 +58,7 @@ ...@@ -58,8 +58,7 @@
mode=0755 owner=root group=root mode=0755 owner=root group=root
with_items: with_items:
- "BellwetherVoter" - "BellwetherVoter"
- "ProccessQuienscenceVoterCelery" - "ProccessQuiescenceVoterPython"
- "ProccessQuienscenceVoterGunicorn"
- "TrackingLogVoter" - "TrackingLogVoter"
- "ZippedTrackingLogVoter" - "ZippedTrackingLogVoter"
- "RolledTrackingLogVoter" - "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: ProccessQuiescenceVoter:
config: config:
process_name: 'celery' process_name: 'python'
\ No newline at end of file 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