In this livestream, I give a very gentle introduction to RQ, a simple task queue implementation in Python that is simple to use and very capable of handling large task volumes.
SOURCE CODE:
https://github.com/jod35/Simple-Backround-Processing-With-Redis-Queue-In-Python
TIMESTAMPS:
00:00:00 - Greetings
00:05:50 - What is RQ?
00:06:56 - a very simple function
00:11:18 - Instaling RQ
00:15:30 - RQ CLI
00:16:01 - Definitions
00:11:18 - Instaling RQ
00:19:52 - Creating the Redis connection
00:22:33 - Creating the queue
00:23:57 - Running a worker
00:26:33 - Enqueue a job
00:31:01 - Getting job attributes
00:50:10 - Creating multiple queues
00:53:10 - Bulk Job Queuing
01:05:15 - Enqueue jobs to run at a certain time
01:10:39 - Enqueue jobs to run after a period of time
01:13:17 - Monitoring jobs with RQ Dashboard