Commit 9e687d37 by Han Su Kim

Seperating out Xqueue and xqueue_consumer restarts

parent 2d274940
......@@ -4,6 +4,6 @@ cd configuration
pip install -r requirements.txt
env
command="/edx/bin/supervisorctl restart xqueue && /edx/bin/supervisorctl restart xqueue_consumer"
command="/edx/bin/supervisorctl restart xqueue"
ansible tag_Name_${environment}-${deployment}-commoncluster -i playbooks/ec2.py -u ubuntu -s -a "$command"
#!/bin/bash
cd configuration
pip install -r requirements.txt
env
command="/edx/bin/supervisorctl restart xqueue_consumer"
ansible tag_Name_${environment}-${deployment}-commoncluster -i playbooks/ec2.py -u ubuntu -s -a "$command"
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