We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fcdcf commit 5bbe7e9Copy full SHA for 5bbe7e9
content/pages/07-web-development/26-task-queues.markdown
@@ -148,6 +148,9 @@ when scaling out a large deployment of distributed task queues.
148
* [A 4 Minute Intro to Celery](https://www.youtube.com/watch?v=68QWZU_gCDA) is
149
a short introductory task queue screencast.
150
151
+* This [Celery tasks checklist](http://celerytaskschecklist.com/) has
152
+ some nice tips and resources for using Celery in your applications.
153
+
154
* Heroku wrote about how to
155
[secure Celery](https://engineering.heroku.com/blogs/2014-09-15-securing-celery)
156
when tasks are otherwise sent over unencrypted networks.
0 commit comments