mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
rm an unnecessary uwsgi restart
This commit is contained in:
@@ -204,8 +204,6 @@ def handle_setting_changes(self, setting_keys):
|
||||
if key.startswith('LOG_AGGREGATOR_'):
|
||||
restart_local_services(['uwsgi', 'celery', 'beat', 'callback'])
|
||||
break
|
||||
elif key == 'OAUTH2_PROVIDER':
|
||||
restart_local_services(['uwsgi'])
|
||||
|
||||
|
||||
@shared_task(bind=True, queue='tower_broadcast_all')
|
||||
|
||||
Reference in New Issue
Block a user