Beam-Minion

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

Changelog for Beam-Minion

0.019     2026-01-25 12:51:15-06:00 America/Chicago

  [Fixed]

  - Fixed minimum Log::Any version to get one that supports contextual logging...

0.018     2026-01-25 12:44:06-06:00 America/Chicago

  [Added]

  - Switched to Log::Any and added contextual logging (job ID and task name) for jobs

0.017     2025-11-27 10:22:06-06:00 America/Chicago

  [Added]

  - Added Beam::Minion->init() to initialize via code
  - Added "file:" schema to BEAM_MINION var to load configuration from a YAML file

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!
    - To improve after-task cleanup, we now create and destroy
      containers during jobs, rather than caching the container (and all
      of the objects).

0.013     2018-04-19 13:30:58+02:00 Europe/Oslo

    [Fixed]

    - Task objects are now destroyed and any cleanup methods called
      correctly.

      Previously, we would cache a copy of the task object
      which would keep it alive until Minion called `POSIX::_exit(0)`.
      This was causing database connections to be closed badly, and the
      database server to complain about it.

0.012     2017-12-05 13:03:34-06:00 America/Chicago

    [Fixed]

    - Beam::Minion now supports Minion 8

0.011     2017-09-19 15:18:44-05:00 America/Chicago

    [Fixed]

    - Added missing prereq on Module::Runtime. Thanks @manwar and
      CPANTS!

0.010     2017-09-18 14:06:38-05:00 America/Chicago

    [Fixed]

    - Fixed job command not processing options

0.009     2017-09-18 13:25:40-05:00 America/Chicago

    [Added]

    - Added "beam minion job" command to list jobs, retry jobs, list
      workers, and otherwise manage the job queue. This is a proxy for
      the Minion::Command::minion::job command.

    [Fixed]

    - Fixed tests that fail when BEAM_MINION environment variable is set
    - Fixed worker only loading one container file instead of all
      container files

0.008     2017-09-17 18:00:34-05:00 America/Chicago



( run in 2.739 seconds using v1.01-cache-2.11-cpan-5c0b1e786e0 )