address dana's comment

This commit is contained in:
yangdsh 2020-04-21 23:29:44 +00:00 committed by Dana Van Aken
parent 33f78f7302
commit 8da203fdc3
1 changed files with 1 additions and 0 deletions

View File

@ -576,6 +576,7 @@ def check_and_run_celery():
LOG.info('Rabbitmq is running.')
else:
LOG.warning('Rabbitmq is not running.')
return 'Rabbitmq is not running.'
retries = 0
while retries < 5: