logoalt Hacker News

bel8yesterday at 8:51 PM1 replyview on HN

I have the impression that SolidQueue uses whatever your rails app is using by default. That can be SQLite, PostgreSQL, MySQL, etc.

So I don't think they changed to PostgreSQL per se.


Replies

deweyyesterday at 9:13 PM

Correct, what I meant was that SolidQueue was the first database-backed default adapter over the usually common Redis + Sidekiq combo for ActiveJob.