This PR adds an interruption adapter for Solid Queue. This will be the default Active Job back-end starting in Rails 8, so it's important that job-iteration works with it out of the box.
We can't test the loading properly, because even requiring solid_queue fails if we don't have ::Rails::Engine and ActiveModel loaded.
Resolves https://github.com/Shopify/job-iteration/issues/496
This PR adds an interruption adapter for Solid Queue. This will be the default Active Job back-end starting in Rails 8, so it's important that job-iteration works with it out of the box.
We can't test the loading properly, because even requiring
solid_queue
fails if we don't have::Rails::Engine
andActiveModel
loaded.TODO: