Skip to content

Commit 5bbe7e9

Browse files
committed
new celery resource
1 parent 51fcdcf commit 5bbe7e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/pages/07-web-development/26-task-queues.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ when scaling out a large deployment of distributed task queues.
148148
* [A 4 Minute Intro to Celery](https://www.youtube.com/watch?v=68QWZU_gCDA) is
149149
a short introductory task queue screencast.
150150

151+
* This [Celery tasks checklist](http://celerytaskschecklist.com/) has
152+
some nice tips and resources for using Celery in your applications.
153+
151154
* Heroku wrote about how to
152155
[secure Celery](https://engineering.heroku.com/blogs/2014-09-15-securing-celery)
153156
when tasks are otherwise sent over unencrypted networks.

0 commit comments

Comments
 (0)