Rename: queue_digest_emails -> enqueue_digest_emails.

(imported from commit a72fdf849814ff974117c55bf1b155c494a1b160)
This commit is contained in:
Steve Howell 2013-10-30 15:48:04 -04:00
parent 03c5ae44a4
commit c4141eeeb0
2 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ class MessageSenderWorker(QueueProcessingWorker):
@assign_queue('digest_emails')
class DigestWorker(QueueProcessingWorker):
# Who gets a digest is entirely determined by the queue_digest_emails
# Who gets a digest is entirely determined by the enqueue_digest_emails
# management command, not here.
def consume(self, event):
logging.info("Received digest event: %s" % (event,))