An Introduction to Solid Queue for Ruby on Rails | AppSignal Blog

Very good read that details the meaning of all the tables Solid Queue creates. I am curious to see how performant this is with so many processes running, but it would be nice to have job data right in the database. I have used DB driven job processing in the past and of course run into issues with jobs stuck in running state and other problems, looks like 37 signals has some solutions. It will be interesting to see how they work out in a production environment.

1 Like