@@ -163,10 +163,6 @@ web framework of your choice.
163
163
is a detailed walkthrough for setting up Celery with Django (although
164
164
Celery can also be used without a problem with other frameworks).
165
165
166
- * [ Introducing Celery for Python+Django] ( http://www.linuxforu.com/2013/12/introducing-celery-pythondjango/ )
167
- provides an introduction to the Celery task queue with Django as the
168
- intended framework for building a web application.
169
-
170
166
* [ Asynchronous Tasks with Falcon and Celery] ( https://testdriven.io/asynchronous-tasks-with-falcon-and-celery )
171
167
configures Celery with the [ Falcon] ( /falcon.html ) framework, which is
172
168
less commonly-used in web tutorials.
@@ -186,18 +182,10 @@ adds some additional complexity to your [deployments](/deployment.html). The
186
182
following resources walk you through how to handle deployments and get the
187
183
right configuration settings in place.
188
184
189
- * The "Django in Production" series by
190
- [ Rob Golding] ( https://twitter.com/robgolding63 ) contains a post
191
- specifically on [ Background Tasks] ( http://www.robgolding.com/blog/2011/11/27/django-in-production-part-2---background-tasks/ ) .
192
-
193
185
* [ How to run celery as a daemon?] ( https://pythad.github.io/articles/2016-12/how-to-run-celery-as-a-daemon-in-production )
194
186
is a short post with the minimal code for running the Celery daemon and
195
187
Celerybeat as system services on Linux.
196
188
197
- * [ Celery in Production] ( http://www.caktusgroup.com/blog/2014/09/29/celery-production/ )
198
- on the Caktus Group blog contains good practices from their experience
199
- using Celery with RabbitMQ, monitoring tools and other aspects not often
200
- discussed in existing documentation.
201
189
202
190
* [ Three quick tips from two years with Celery] ( https://library.launchkit.io/three-quick-tips-from-two-years-with-celery-c05ff9d7f9eb )
203
191
provides some solid advice on retry delays, the ` -Ofair ` flag and global
0 commit comments