Skip to content

Commit 8cf4fd9

Browse files
committed
fixing two broken links
1 parent ec696ce commit 8cf4fd9

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

content/pages/04-web-development/28-celery.markdown

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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
186182
following resources walk you through how to handle deployments and get the
187183
right 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

content/pages/04-web-development/38-debugging.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,6 @@ give solid programming language-agnostic debugging advice.
137137
* [The art of debugging](https://remysharp.com/2015/10/14/the-art-of-debugging)
138138
provides a whirlwind overview for how to fix issues in your code.
139139

140-
* [How to debug JavaScript errors](https://rollbar.com/guides/how-to-debug-javascript/)
141-
introduces some key debugging tools such as source maps that make
142-
identifying errors on the client side much easier during development.
143-
144140
* [Linux debugging tools you'll love](https://jvns.ca/debugging-zine.pdf)
145141
is an awesome comic that covers the Linux ecosystem for debugging.
146142

0 commit comments

Comments
 (0)