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
@@ -30,6 +30,10 @@ track of tasks in the queue that need to be executed.
30
30
* The [RQ intro post](http://nvie.com/posts/introducing-rq/) contains
31
31
information on design decisions and how to use RQ in your projects.
32
32
33
+
*[Build a Ghostwriting App for Scary Halloween Stories with OpenAI's GPT-3 Engine and Task Queues in Python](https://www.twilio.com/blog/ghost-writer-spooky-task-queues-python-openai-gpt3)
34
+
is a fun tutorial that uses RQ with OpenAI's [GPT-3](/gpt-3.html) API
35
+
randomly write original stories inspired by creepy Halloween tales.
36
+
33
37
*[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)
34
38
shows how to combine the RQ task queue library with Flask to send
35
39
text message notifications every time a condition is met - in this blog
0 commit comments