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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ track of tasks in the queue that need to be executed.
22
22
from the
23
23
[Mars Rover web API](https://data.nasa.gov/Space-Science/Mars-Rover-Photos-API/929k-jizu)
24
24
and process URLs for each of the photos taken by NASA's Mars rover.
25
+
There is also a follow-up post on
26
+
[Scheduling Tasks in Python with Redis Queue and RQ Scheduler](https://www.twilio.com/blog/scheduling-tasks-in-python-with-redis-queue-and-rq-scheduler)
27
+
that shows how to schedule tasks in advance, which is a common way of
28
+
working with [task queues](/task-queues.html).
25
29
26
30
* The [RQ intro post](http://nvie.com/posts/introducing-rq/) contains
27
31
information on design decisions and how to use RQ in your projects.
0 commit comments