good_job
good_job copied to clipboard
Support Sequel
Currently GoodJob supports only ActiveRecord for database connectivity. Sequel is more powerful and very popular alternative. There's also a gem that helps with integration into rails.
Also sequel has listen method and extension for advisory locks.
@censoredp thanks for suggesting this. I don't plan to add support for GoodJob; I think GoodJob is too tightly architected around ActiveRecord.
I'd be happy to advise someone else who believed otherwise and wanted to build an extension for GoodJob or their own Sequel-powered ActiveJob backend.