Active Job support
The Solid Queue integration works out-of-the-box with our Active Job integration.Example apps
We’ve added a Rails 7 + Solid Queue example app to our test-setups repository. Please take a look if you’re having trouble getting AppSignal for Solid Queue configured.See also
- Solid Queue: run background jobs in your database: install Solid Queue, manage it with Puma or as a separate service, and read the tables it creates.
- Mission Control Jobs: a job dashboard inside Rails: mount an engine that browses those tables from inside your own application: queues, workers, and failed jobs.