Beam-Minion

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

0.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

#pod
#pod L<Beam::Minion>
#pod
#pod =cut

use strict;
use warnings;
use Exporter qw( import );
use Minion;
use Beam::Runner::Util qw( find_containers );
use Scalar::Util qw( weaken );
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.223 second using v1.01-cache-2.11-cpan-a5abf4f5562 )