Beam-Minion
view release on metacpan or search on metacpan
345678910111213141516171819202122230.016 2019-03-07 21:05:08-06:00 America/Chicago
[Fixed]
- Fixed a problem that caused commands to not work at all
0.015 2018-11-03 14:16:37-05:00 America/Chicago
[Fixed]
- Fixed test failures due to weakened references added in Minion
9.07. Thanks
@eserte
! [Github
#4]
- Silenced a warning during tests about
"Local::Service::DESTROYED"
used only once
0.014 2018-04-21 10:29:44+02:00 Europe/Oslo
[Fixed]
- Increased Minion dependency to 9 since we rely on some methods
for
testing. Thanks
@eserte
!
lib/Beam/Minion/Util.pm view on Meta::CPAN
171819202122232425262728293031323334353637#pod
#pod L<Beam::Minion>
#pod
#pod =cut
use
strict;
use
warnings;
use
Minion;
use
Mojolicious;
use
Mojo::Log;
use
Beam::Wire;
our
@EXPORT_OK
=
qw( minion_init_args minion build_mojo_app )
;
our
%BACKEND
= (
sqlite
=>
'SQLite'
,
postgres
=>
'Pg'
,
( run in 0.286 second using v1.01-cache-2.11-cpan-a5abf4f5562 )