Why isn't there a solid queue adapter?

If you go to this link: ActiveJob::QueueAdapters - Ruby on Rails API

There is eumerated a list of adapters :slight_smile:

…but there is no queue listed for solid queue?

Why not?

Any queue that implements ActiveJob doesn’t need a separate adapter. It Just Works :tm

1 Like

It isn’t in that list because it isn’t ready yet to be added to that list. It is still pre-1.0 and we aren’t recommending yet people to use it

1 Like