RexOps / rex-jobcontrol

Simple Webinterface to control Rex
10 stars 6 forks source link

rex_job_control dies because Minion::Backend::File no longer exists #15

Open mbroadhead opened 8 years ago

mbroadhead commented 8 years ago

rex_job_control dies because Minion::Backend::File no longer exists. Minion::Backend::File was removed in Minion 3.0, see the Minion ChangeLog:

3.0 2015-10-30

  • Removed Minion::Backend::File, because DBM::Deep quickly becomes unusably slow, you can use the CPAN module Minion::Backend::SQLite instead.
ehuelsmann commented 5 years ago

@mbroadhead this should have been resolved now. could you please verify and confirm? (Likely additional fixes are required; I'm working on that)