There is a noticeable coupling in background job queue libraries today where most seem to be coupled with Redis.
A good library should abstract it away and, in theory at least, allow you to seamlessly switch the background infra when it no longer serves your needs.
This library seems like one. That was the author's motivation.
ansonhw•1d ago
Ya this is nice that it’s infra agnostic instead of requiring tons of dependencies.
enether•1d ago
A good library should abstract it away and, in theory at least, allow you to seamlessly switch the background infra when it no longer serves your needs.
This library seems like one. That was the author's motivation.