You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/04-web-development/29-rq-redis-queue.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,11 @@ track of tasks in the queue that need to be executed.
29
29
*[Asynchronous Tasks with Flask and Redis Queue](https://testdriven.io/asynchronous-tasks-with-flask-and-redis-queue)
30
30
looks at how to configure RQ to handle long-running tasks in a Flask app.
31
31
32
+
*[How We Spotted and Fixed a Performance Degradation in Our Python Code](https://blog.redash.io/how-we-spotted-and-fixed-a-performance-degradation-in-our-python-code/)
33
+
is a quick story about how an engineering team moving from [Celery](/celery.html)
34
+
to RQ fixed some deficiencies in their RQ performance as they started
35
+
to understand the difference between how the two tools execute workers.
36
+
32
37
*[Flask by Example - Implementing a Redis Task Queue](https://realpython.com/blog/python/flask-by-example-implementing-a-redis-task-queue/)
33
38
explains how to install and use RQ in a [Flask](/flask.html) application.
0 commit comments