logoalt Hacker News

zanellato19today at 1:13 PM2 repliesview on HN

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.


Replies

owenmakestoday at 1:33 PM

In Rails 8 you have SolidQueue by default, which doesn't rely on redis

arkhtoday at 4:01 PM

Same thing with Symfony and its Messenger component when setup to use a database.