Skip to content

Commit 34b0c0a

Browse files
committed
new rq resource
1 parent 7760b89 commit 34b0c0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ track of tasks in the queue that need to be executed.
3030
* The [RQ intro post](http://nvie.com/posts/introducing-rq/) contains
3131
information on design decisions and how to use RQ in your projects.
3232

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+
3337
* [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)
3438
shows how to combine the RQ task queue library with Flask to send
3539
text message notifications every time a condition is met - in this blog

0 commit comments

Comments
 (0)