Skip to content

Commit a9d1392

Browse files
committed
adding new rq resource and updating changelog
1 parent b3a914e commit a9d1392

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

content/pages/04-web-development/29-rq-redis-queue.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ track of tasks in the queue that need to be executed.
2222
from the
2323
[Mars Rover web API](https://data.nasa.gov/Space-Science/Mars-Rover-Photos-API/929k-jizu)
2424
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).
2529

2630
* The [RQ intro post](http://nvie.com/posts/introducing-rq/) contains
2731
information on design decisions and how to use RQ in your projects.

content/pages/meta/00-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on GitHub.
1616

1717
## 2019
1818
### December
19+
* Updated the [RQ](/redis-queue-rq.html) page with a couple of new fresh
20+
resources.
1921
* Added new Django code example pages:
2022
* [django.forms EmailField](/django-forms-emailfield-examples.html)
2123
* [django.forms IntegerField](/django-forms-integerfield-examples.html)

0 commit comments

Comments
 (0)