diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-11-07 22:05:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-07 22:05:28 +0000 |
commit | 6a90796de1df8d74c79415c39c867ffe6cd80fd0 (patch) | |
tree | e192b4149cb535da0a8b928be65f2529a250b5ca /src/pharos_dashboard | |
parent | c589b15fbf1b5f386d0d6af453d2388e1a0ee1ad (diff) | |
parent | 7b15aed77c6675286fd75b8832af58c992717ef9 (diff) |
Merge "Rewrite Notification subsystem"
Diffstat (limited to 'src/pharos_dashboard')
-rw-r--r-- | src/pharos_dashboard/settings.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pharos_dashboard/settings.py b/src/pharos_dashboard/settings.py index 7fccb32..91fc93e 100644 --- a/src/pharos_dashboard/settings.py +++ b/src/pharos_dashboard/settings.py @@ -194,10 +194,6 @@ CELERYBEAT_SCHEDULE = { 'task': 'dashboard.tasks.free_hosts', 'schedule': timedelta(minutes=1) }, - 'conjure_notifiers': { - 'task': 'dashboard.tasks.conjure_aggregate_notifiers', - 'schedule': timedelta(seconds=30) - }, } # Notifier Settings |