switch to smoother chain reloading

This commit is contained in:
AlanCoding
2016-12-09 15:38:38 -05:00
parent 5ff62c97b6
commit 431dcc6490
2 changed files with 3 additions and 2 deletions

View File

@@ -86,7 +86,8 @@ def celery_startup(conf=None, **kwargs):
def uwsgi_reload():
os.system("echo r > /tmp/awxfifo")
"Does chain reload of uWSGI"
os.system("echo c > /tmp/awxfifo")
@task(queue='broadcast_all')