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/07-web-development/28-rq-redis-queue.markdown
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ track of tasks in the queue that need to be executed.
18
18
19
19
20
20
## RQ resources
21
-
* The [RQ intro post](http://nvie.com/posts/introducing-rq/) contains
21
+
* The [RQ intro post](http://nvie.com/posts/introducing-rq/) contains
22
22
information on design decisions and how to use RQ in your projects.
23
23
24
24
*[International Space Station notifications with Python and Redis Queue (RQ)](https://www.twilio.com/blog/2015/11/international-space-station-notifications-with-python-redis-queue-and-twilio-copilot.html)
25
-
shows how to combine the RQ task queue library with Flask to send
25
+
shows how to combine the RQ task queue library with Flask to send
26
26
text message notifications every time a condition is met - in this blog
27
27
post's case that the ISS is currently flying over your location on
28
28
Earth.
@@ -38,3 +38,5 @@ track of tasks in the queue that need to be executed.
38
38
[Flask](/flask.html)-based dashboard for viewing queues, workers and
39
39
other critical information when using RQ.
40
40
41
+
*[Asynchronous Tasks with Flask and Redis Queue](https://testdriven.io/asynchronous-tasks-with-flask-and-redis-queue)
42
+
looks at how to configure RQ to handle long-running tasks in a Flask app.
0 commit comments