Redis-based task queue #21
RealOrangeOne
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The built-in production-grade worker is based on the ORM, and thus the database. As a result, it requires polling to check for new tasks. By supporting Redis, we'd be able to have workers subscribe to tasks, drastically reducing latency.
We'd also be able to use key expiry for task cleanup automatically (#16)
Beta Was this translation helpful? Give feedback.
All reactions