We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18ca68 commit b3a914eCopy full SHA for b3a914e
1 file changed
content/pages/04-web-development/29-rq-redis-queue.markdown
@@ -17,6 +17,12 @@ track of tasks in the queue that need to be executed.
17
18
19
### 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
+
26
* The [RQ intro post](http://nvie.com/posts/introducing-rq/) contains
27
information on design decisions and how to use RQ in your projects.
28
0 commit comments