We’ve recently migrated Boksmart from Sidekiq to Solid Queue, the new default queuing backend in Rails. This change brings our job processing fully into the Rails ecosystem with no need for Redis. Solid Queue runs entirely on our Postgres database, offering tighter integration with Active Job and improved consistency across environments. While Sidekiq served us well, Solid Queue simplifies our infrastructure and aligns with the direction of modern Rails.
