rails / solid_queue

Database-backed Active Job backend
MIT License
1.95k stars 130 forks source link

Remove deprecated adapter specific deferred enqueueing of jobs #412

Closed bakku closed 8 hours ago

bakku commented 6 days ago

It is not possible anymore for an Active Job adapter to configure the deferred enqueueing of jobs via enqueue_after_transaction_commit?. This PR removes the code and updates the documentation regarding this topic.

Resolves #409