rm an unnecessary uwsgi restart

This commit is contained in:
adamscmRH
2018-05-01 13:31:00 -04:00
parent 05556809d3
commit 1963ab689a
4 changed files with 6 additions and 16 deletions

View File

@@ -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')