Skip to content

Instantly share code, notes, and snippets.

Created October 30, 2015 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/355f252955b35a60d4f5 to your computer and use it in GitHub Desktop.
Save anonymous/355f252955b35a60d4f5 to your computer and use it in GitHub Desktop.
$ perl -Ilib -Mojo -E 'plugin minion => {Pg => "postgresql://tester:testing@/test"}; app->minion->add_task(foo => sub { sleep 3; say "FOO" }); app->start' minion worker
[Fri Oct 30 21:34:36 2015] [fatal] Worker error: Active version 5 is greater than the latest version 4 at lib/Minion/Backend/Pg.pm line 78.
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment