mirror of
https://github.com/ansible/awx.git
synced 2026-04-12 21:49:24 -02:30
switch to smoother chain reloading
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user