Y
Hacker News
new
|
ask
|
show
|
jobs
by
zanellato19
199 days ago
I feel like this is basically what the Rails world does. Sidekiq handles a lot of this for you and it's honestly an amazing tool.
It does rely on redis, but it's basically the same idea.
2 comments
arkh
199 days ago
Same thing with Symfony and its Messenger component when setup to use a database.
link
owenmakes
199 days ago
In Rails 8 you have SolidQueue by default, which doesn't rely on redis
link