Changed rqworker shutdown message.

- As requested by @nvie and @selwin.
This commit is contained in:
Trevor Prater 2015-03-28 12:12:04 -04:00
parent fd1dca40b9
commit 5674edad61
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ class Worker(object):
result = self.dequeue_job_and_maintain_ttl(timeout)
if result is None:
if burst:
self.log.info("RQ worker, '%s', has died." % self.key)
self.log.info("RQ worker, '%s', done, quitting." % self.key)
break
except StopRequested:
break