Hacker News new | ask | show | jobs
by Lio 1580 days ago
Yeah I'm a big fan of Good Job too.

As long as you stick to pure ActiveJob features it really shouldn't be too difficult to scale from in memory based queue to PostgresSQL backed Good Job and then to Redis backed Sidekiq if and only if you need to.

1 comments

Yes, I wanted a PG-based one and reached for Good Job on a new project since it was recently created and with Active Job in mind from the start. Check out the intro:

https://island94.org/2020/07/introducing-goodjob-1-0