Skip to content

Commit c8f3ce6

Browse files
author
Adrien Chauve
committed
Remove log as it is very verbose; find better solution?
1 parent 826ccbd commit c8f3ce6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

mrq/worker.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -375,11 +375,6 @@ def work_loop(self):
375375
self.status = "full"
376376
gevent.sleep(0.01)
377377

378-
quiet = not (wait_count % 20 == 0 or wait_count > 1000)
379-
380-
if not quiet:
381-
self.log.info('Fetching %s jobs from %s' % (free_pool_slots, self.queues))
382-
383378
jobs = []
384379

385380
for queue_name in self.queues:

0 commit comments

Comments
 (0)