@@ -163,10 +163,6 @@ web framework of your choice.
163163 is a detailed walkthrough for setting up Celery with Django (although
164164 Celery can also be used without a problem with other frameworks).
165165
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-
170166* [ Asynchronous Tasks with Falcon and Celery] ( https://testdriven.io/asynchronous-tasks-with-falcon-and-celery )
171167 configures Celery with the [ Falcon] ( /falcon.html ) framework, which is
172168 less commonly-used in web tutorials.
@@ -186,18 +182,10 @@ adds some additional complexity to your [deployments](/deployment.html). The
186182following resources walk you through how to handle deployments and get the
187183right configuration settings in place.
188184
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-
193185* [ How to run celery as a daemon?] ( https://pythad.github.io/articles/2016-12/how-to-run-celery-as-a-daemon-in-production )
194186 is a short post with the minimal code for running the Celery daemon and
195187 Celerybeat as system services on Linux.
196188
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.
201189
202190* [ Three quick tips from two years with Celery] ( https://library.launchkit.io/three-quick-tips-from-two-years-with-celery-c05ff9d7f9eb )
203191 provides some solid advice on retry delays, the ` -Ofair ` flag and global
0 commit comments