Skip to content

Commit

Permalink
warn loudly if celerybeat encounters AMQP connection issues
Browse files Browse the repository at this point in the history
related: ansible#4857
  • Loading branch information
ryanpetrello committed Oct 1, 2019
1 parent 80a1798 commit 27c4e35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions awx/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,10 @@ def IS_TESTING(argv=None):
'handlers': ['console', 'file', 'tower_warnings'],
'level': 'WARNING',
},
'celery': { # for celerybeat connection warnings
'handlers': ['console', 'file', 'tower_warnings'],
'level': 'WARNING',
},
'kombu': {
'handlers': ['console', 'file', 'tower_warnings'],
'level': 'WARNING',
Expand Down

0 comments on commit 27c4e35

Please sign in to comment.