Merge pull request #1637 from rooftopcellist/exp_setting_update

Token Expiration Setting Update
This commit is contained in:
Christian Adams
2018-05-01 15:05:33 -04:00
committed by GitHub
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, exchange='tower_broadcast_all')