Skip to content

Commit

Permalink
Remove an annoying warning (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhiebert authored Aug 14, 2020
1 parent df7f650 commit e94433d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hirefire/procs/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ def _get_rabbitmq_task_count(channel, queue):
try:
return channel.queue_declare(queue=queue, passive=True).message_count
except ChannelError:
logger.warning("The requested queue %s has not been created yet", queue)
return 0

def quantity(self, cache=None, **kwargs):
Expand Down

0 comments on commit e94433d

Please sign in to comment.