mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-16 02:18:36 -05:00
switch to smoother chain reloading
This commit is contained in:
+2
-1
@@ -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