Skip to content

Instantly share code, notes, and snippets.

@Quard
Created April 10, 2019 13:16
Show Gist options
  • Save Quard/041abd8e1e4fbc76678284bfbd0c2d30 to your computer and use it in GitHub Desktop.
Save Quard/041abd8e1e4fbc76678284bfbd0c2d30 to your computer and use it in GitHub Desktop.
The Python Celery Cookbook: Small Tool, Big Possibilities
CELERY_TASK_ROUTES = {
'myproject.apps.mail.tasks.send_mail_task': {'queue': 'mail', },
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment