Skip to content

Commit b3a914e

Browse files
committed
add new rq resource
1 parent a18ca68 commit b3a914e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ track of tasks in the queue that need to be executed.
1717

1818

1919
### RQ resources
20+
* [Asynchronous Tasks in Python with Redis Queue](https://www.twilio.com/blog/asynchronous-tasks-in-python-with-redis-queue)
21+
is a quickstart-style tutorial that shows how to use RQ to fetch data
22+
from the
23+
[Mars Rover web API](https://data.nasa.gov/Space-Science/Mars-Rover-Photos-API/929k-jizu)
24+
and process URLs for each of the photos taken by NASA's Mars rover.
25+
2026
* The [RQ intro post](http://nvie.com/posts/introducing-rq/) contains
2127
information on design decisions and how to use RQ in your projects.
2228

0 commit comments

Comments
 (0)