Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Minion-10.14-bp153.1.12 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: perl-Minion Distribution: SUSE Linux Enterprise 15 SP3
Version: 10.14 Vendor: openSUSE
Release: bp153.1.12 Build date: Sat Mar 6 10:28:12 2021
Group: Development/Libraries/Perl Build host: lamb10
Size: 3888534 Source RPM: perl-Minion-10.14-bp153.1.12.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/Minion
Summary: Job queue
Minion is a high performance job queue for the Perl programming language,
with support for multiple named queues, priorities, delayed jobs, job
dependencies, job progress, job results, retries with backoff, rate
limiting, unique jobs, expiring jobs, statistics, distributed workers,
parallel processing, autoscaling, remote control, at
https://mojolicious.org admin ui, resource leak protection and multiple
backends (such as at https://www.postgresql.org).

Job queues allow you to process time and/or computationally intensive tasks
in background processes, outside of the request/response lifecycle of web
applications. Among those tasks you'll commonly find image resizing, spam
filtering, HTTP downloads, building tarballs, warming caches and basically
everything else you can imagine that's not super fast.

Provides

Requires

License

Artistic-2.0

Changelog

* Mon Oct 26 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 10.14
    see /usr/share/doc/packages/perl-Minion/Changes
    10.14  2020-10-24
    - Changed SQL style to use uppercase keywords.
    - Fixed a bug where Minion::Worker could inherit timers from Mojolicious applications.
* Sat Aug 01 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 10.13
    see /usr/share/doc/packages/perl-Minion/Changes
    10.13  2020-07-30
    - Added EXPERIMENTAL support for lax dependencies.
    - Added EXPERIMENTAL lax option to enqueue method in Minion, Minion::Backend and Minion::Backend::Pg.
    - Removed experimental status from notes option in Minion::Backend and Minion::Backend::Pg.
    - Added lax field to list_jobs method in Minion::Backend::Pg.
    - Added is_locked method to Minion.
    - Added auto_retry_job method to Minion::Backend.
    - Added parents method to Minion::Job.
    - Added -x option to job command.
    - Fixed a bug in Minion::Backend::Pg where manual retries would count towards the attempts limit for automatic
      retries.
* Tue Jul 28 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 10.12
    see /usr/share/doc/packages/perl-Minion/Changes
    10.12  2020-07-25
    - Added EXPERIMENTAL support for expiring jobs.
    - Removed experimental support for job sequences again since use cases turned out to be weaker than expected.
    - Added EXPERIMENTAL expire option to enqueue method in Minion, Minion::Backend and Minion::Backend::Pg.
    - Added expires field to list_jobs method in Minion::Backend::Pg.
    - Added -E option to job command.
    10.11  2020-07-21
    - Improved adming ui with more icons.
* Sun Jul 12 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 10.10
    see /usr/share/doc/packages/perl-Minion/Changes
    10.10  2020-07-11
    - Added stuck_after attribute to Minion.
    - Improved repair method in Minion::Backend::Pg to detect stuck jobs and transtion them to the failed state after 2
      days of inactivity.
* Fri Jul 10 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 10.09
    see /usr/share/doc/packages/perl-Minion/Changes
    10.09  2020-07-09
    - Added EXPERIMENTAL support for job sequences.
    - Added EXPERIMENTAL sequence option to enqueue method in Minion, Minion::Backend and Minion::Backend::Pg.
    - Added EXPERIMENTAL sequences option to list_jobs method in Minion::Backend and Minion::Backend::Pg.
    - Added next and previous fields to list_jobs method in Minion::Backend::Pg.
    - Added -Q option to job command.
    - Improved admin ui to allow navigating job sequences.
* Thu Jun 18 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 10.08
    see /usr/share/doc/packages/perl-Minion/Changes
    10.08  2020-06-17
    - Improved Minion::Job to record exit code and the signal a job died from, if it was terminated unexpectedly.
* Wed Jun 17 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 10.07
    see /usr/share/doc/packages/perl-Minion/Changes
    10.07  2020-06-16
    - Removed experimental status from Minion::Iterator module.
    - Removed experimental status from jobs and workers methods in Minion.
    - Removed experimental status from before options of list_jobs and list_workers methods in Minion::Backend and
      Minion::Backend::Pg.
    - Updated project metadata.
    - Improved admin ui to allow sending TERM signals.
    - Fixed a bug in Minion::Job where CHLD, INT, TERM and QUIT signals would be ignored by job processes.
* Wed Jun 03 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 10.06
    see /usr/share/doc/packages/perl-Minion/Changes
    10.06  2020-06-01
    - Added EXPERIMENTAL support for custom task classes.
    - Added EXPERIMENTAL class_for_task method to Minion.
    - Added EXPERIMENTAL run method to Minion::Job.
    - Added -T option to job command.
* Mon Jun 01 2020 Tina Müller <timueller+perl@suse.de>
  updated to 10.05
    see /usr/share/doc/packages/perl-Minion/Changes
    10.05  2020-05-30
    - Improved .perltidyrc with more modern settings.
    - Fixed result_p promise leak in Minion.
* Fri Jan 31 2020 <timueller+perl@suse.de>
  - updated to 10.04
    see /usr/share/doc/packages/perl-Minion/Changes
    10.04  2020-01-30
    - Added EXPERIMENTAL total method to Minion::Iterator.
    10.03  2020-01-29
    - Added EXPERIMENTAL Minion::Iterator module.
    - Added EXPERIMENTAL jobs and workers methods to Minion.
    - Added EXPERIMENTAL before options to list_jobs and list_workers methods in
      Minion::Backend and Minion::Backend::Pg.
* Sat Dec 21 2019 <timueller+perl@suse.de>
  - updated to 10.02
    see /usr/share/doc/packages/perl-Minion/Changes
    10.02  2019-12-20
    - Fixed QUIT signal in Minion::Worker.
    - Fixed stop remote control command.
    - Fixed a problem where Minion::Worker was unable to deal with immediately
      restarted jobs.
* Tue Dec 17 2019 <timueller+perl@suse.de>
  - updated to 10.01
    see /usr/share/doc/packages/perl-Minion/Changes
    10.01  2019-12-16
    - Fixed an unlock concurrency issue in Minion::Backend::Pg.
* Tue Nov 19 2019 <timueller+perl@suse.de>
  - updated to 10.0
    see /usr/share/doc/packages/perl-Minion/Changes
    10.0  2019-11-15
    - Removed PostgreSQL migrations older than 2 years, that means you need to
      have Minion version 7.01 or newer installed before you can upgrade to
      version 10.0.
    - Removed experimental status from result_p method in Minion.
    - Removed experimental status from history method in Minion and
      Minion::Backend::Pg.
    - Removed experimental status from delayed_jobs and enqueued_jobs fields from
      stats methods in Minion and Minion::Backend::Pg.
    - Removed experimental status from cleanup and finish events in Minion::Job.
    - Changed reset method in Minion and Minion::Backend::Pg to require options
      for what to reset.
    - Improved reset method in Minion and Minion::Backend::Pg to allow for locks
      to be reset without resetting the whole queue.
    - Improved performance by making the minion_workers table unlogged.
* Fri Aug 30 2019 <timueller+perl@suse.de>
  - updated to 9.13
    see /usr/share/doc/packages/perl-Minion/Changes
    9.13  2019-08-29
    - Added EXPERIMENTAL cleanup event to Minion::Job.
* Tue Aug 06 2019 Stephan Kulow <coolo@suse.com>
  - updated to 9.12
    see /usr/share/doc/packages/perl-Minion/Changes
    9.12  2019-08-04
    - Added EXPERIMENTAL notes option to list_jobs method in Minion::Backend and
      Minion::Backend::Pg.
    - Added -n option to job command.
    - Improved note methods in Minion::Job, Minion::Backend and
      Minion::Backend::Pg to allow for fields to be removed.
* Tue Jul 16 2019 Stephan Kulow <coolo@suse.com>
  - updated to 9.11
    see /usr/share/doc/packages/perl-Minion/Changes
    9.11  2019-07-08
    - Added time field to list_jobs method in Minion::Backend::Pg.
    - Added time field to info method in Minion::Job.
    - Improved admin ui to show the current runtime for every job, as well as the
      current delay for delayed jobs.
    - Improved Minion::Backend::Pg to ignore missing workers for jobs in the
      minion_foreground named queue and make debugging very slow jobs easier.
* Tue May 14 2019 Stephan Kulow <coolo@suse.com>
  - updated to 9.10
    see /usr/share/doc/packages/perl-Minion/Changes
    9.10  2019-05-09
    - Fixed a few query parameter bugs in the admin ui. (fskale, sri)
* Mon Feb 04 2019 Stephan Kulow <coolo@suse.com>
  - updated to 9.09
    see /usr/share/doc/packages/perl-Minion/Changes
    9.09  2019-02-03
    - Changed result_p method in Minion to pass along the whole job info hash
      instead of just the job result.
* Sun Feb 03 2019 Stephan Kulow <coolo@suse.com>
  - updated to 9.08
    see /usr/share/doc/packages/perl-Minion/Changes
    9.08  2019-02-01
    - Added EXPERIMENTAL result_p method to Minion.
* Thu Nov 08 2018 Stephan Kulow <coolo@suse.com>
  - updated to 9.07
    see /usr/share/doc/packages/perl-Minion/Changes
    9.07  2018-10-18
    - Improved various attributes to use new Mojolicious 8.03 features to avoid
      memory leaks.
* Sun Sep 23 2018 Stephan Kulow <coolo@suse.com>
  - updated to 9.06
    see /usr/share/doc/packages/perl-Minion/Changes
    9.06  2018-09-22
    - Added support for controlling job processes by installing signal handlers
      for INT, USR1 and USR2 in tasks.
    - Added kill method to Minion::Job.
    - Improved worker command with support for kill remote control command.
    - Improved admin ui with a new menu to send signals to job processes.
* Sat Sep 22 2018 Stephan Kulow <coolo@suse.com>
  - updated to 9.05
    see /usr/share/doc/packages/perl-Minion/Changes
* Sat Apr 21 2018 coolo@suse.com
  - updated to 9.03
    see /usr/share/doc/packages/perl-Minion/Changes
* Thu Apr 19 2018 coolo@suse.com
  - updated to 9.02
    see /usr/share/doc/packages/perl-Minion/Changes
* Mon Apr 16 2018 coolo@suse.com
  - updated to 9.0
    see /usr/share/doc/packages/perl-Minion/Changes
    9.0  2018-04-15
    - Replaced queue, state and task options of list_jobs method in
      Minion::Backend::Pg with queues, states and tasks options.
    - Replaced name option of list_locks method in Minion::Backend::Pg with names
      option.
    - Replaced key/value argument of note method in Minion::Backend::Pg with a
      hash reference.
    - Added EXPERIMENTAL support for displaying a 24 hour history graph on the
      Mojolicious::Plugin::Minion::Admin dashboard.
    - Added EXPERIMENTAL finish event to Minion::Job.
    - Added EXPERIMENTAL history methods to Minion and Minion::Backend::Pg.
    - Added execute method to Minion::Job.
    - Added -H option to job command.
    - Improved note method in Minion::Job to allow for multiple metadata fields to
      be changed at once.
    - Fixed a bug where the job command could remove all parents from retried
      jobs.
    - Fixed filtering of jobs by queue and state in
      Mojolicious::Plugin::Minion::Admin.
* Thu Mar 08 2018 coolo@suse.com
  - updated to 8.12
    see /usr/share/doc/packages/perl-Minion/Changes
    8.12  2018-03-07
    - Added parents option to retry and retry_job methods in Minion::Job and
      Minion::Backend::Pg. (CandyAngel)
* Thu Mar 01 2018 coolo@suse.com
  - updated to 8.11
    see /usr/share/doc/packages/perl-Minion/Changes
    8.11  2018-02-28
    - Fixed worker page links in Mojolicious::Plugin::Minion::Admin.
* Mon Feb 19 2018 coolo@suse.com
  - updated to 8.10
    see /usr/share/doc/packages/perl-Minion/Changes
* Wed Feb 07 2018 coolo@suse.com
  - updated to 8.09
    see /usr/share/doc/packages/perl-Minion/Changes
    8.09  2018-01-25
    - Converted Mojolicious::Plugin::Minion::Admin to Bootstrap 4.
* Mon Dec 18 2017 coolo@suse.com
  - updated to 8.08
    see /usr/share/doc/packages/perl-Minion/Changes
    8.08  2017-12-15
    - Added busy and wait events to Minion::Worker.
    - Added dequeue_timeout option to run method in Minion::Worker.
    - Added -D option to worker command.
* Tue Dec 12 2017 coolo@suse.com
  - updated to 8.07
    see /usr/share/doc/packages/perl-Minion/Changes
* Thu Nov 23 2017 coolo@suse.com
  - updated to 8.03
    see /usr/share/doc/packages/perl-Minion/Changes
    8.03  2017-11-21
    - Removed -f option from worker command.
    - Added broadcast method to Minion.
    - Added run method to Minion::Worker.
* Tue Nov 21 2017 coolo@suse.com
  - updated to 8.02
    see /usr/share/doc/packages/perl-Minion/Changes
    8.02  2017-11-19
    - Improved admin ui with alerts for job management.
* Sun Nov 19 2017 coolo@suse.com
  - updated to 8.01
    see /usr/share/doc/packages/perl-Minion/Changes
    8.01  2017-11-18
    - Fixed installation problems with some versions of Perl on Windows.
* Sat Nov 18 2017 coolo@suse.com
  - updated to 8.0
    see /usr/share/doc/packages/perl-Minion/Changes
    8.0  2017-11-16
    - Removed job_info and worker_info methods from Minion::Backend and
      Minion::Backend::Pg.
    - Changed return value of list_jobs and list_workers methods in
      Minion::Backend and Minion::Backend::Pg.
    - Added new module Mojolicious::Plugin::Minion::Admin.
    - Added ids option to list_jobs and list_workers methods in Minion::Backend
      and Minion::Backend::Pg.
    - Added uptime field to stats methods in Minion, Minion::Backend and
      Minion::Backend::Pg.
* Fri Oct 27 2017 coolo@suse.com
  - updated to 7.09
    see /usr/share/doc/packages/perl-Minion/Changes
    7.09  2017-10-20
    - Fixed a deadlock problem in Minion::Backend::Pg where jobs could fail if two
      processes tried to acquire the same lock at the same time.
* Thu Oct 19 2017 coolo@suse.com
  - updated to 7.08
    see /usr/share/doc/packages/perl-Minion/Changes
    7.08  2017-10-18
    - Fixed a bug in the worker command where processing jobs could be
      delayed significantly after a system restart. (rgci)
* Fri Oct 13 2017 coolo@suse.com
  - updated to 7.07
    see /usr/share/doc/packages/perl-Minion/Changes
    7.07  2017-10-11
    - Added reap event to Minion::Job.
* Fri Sep 22 2017 coolo@suse.com
  - updated to 7.06
    see /usr/share/doc/packages/perl-Minion/Changes
    7.06  2017-09-21
    - Added guard method to Minion.
* Tue Aug 08 2017 coolo@suse.com
  - updated to 7.05
    see /usr/share/doc/packages/perl-Minion/Changes
    7.05  2017-08-07
    - Improved foreground method in Minion to rethrow job exceptions.
* Wed Aug 02 2017 coolo@suse.com
  - updated to 7.04
    see /usr/share/doc/packages/perl-Minion/Changes
    7.04  2017-08-01
    - Added foreground method to Minion.
    - Added id option to dequeue methods in Minion::Worker and
      Minion::Backend::Pg.
    - Added attempts option to retry and retry_job methods in Minion::Job and
      Minion::Backend::Pg.
    - Added -f option to job command.
* Sat Jul 08 2017 coolo@suse.com
  - updated to 7.03
    see /usr/share/doc/packages/perl-Minion/Changes
    7.03  2017-07-06
    - Updated Mojo::Pg requirement to 4.0.
    - Improved Minion::Backend::Pg to support sharing the database connection
      cache with existing Mojo::Pg objects.
    7.02  2017-07-05
    - Improved performance of worker command when processing jobs that are
      finished very quickly.
* Mon Jun 26 2017 coolo@suse.com
  - updated to 7.01
    see /usr/share/doc/packages/perl-Minion/Changes
    7.01  2017-06-25
    - Added note methods to Minion::Job and Minion::Backend::Pg.
    - Added notes option to enqueue methods in Minion and Minion::Backend::Pg.
    - Added notes field to info method in Minion::Job and job_info method in
      Minion::Backend::Pg.
    - Improved performance of stats and lock methods in Minion::Backend::Pg with a
      new index and other optimizations. (depesz)
    - Improved benchmark script to be more consistent. (depesz)
* Tue Jun 20 2017 coolo@suse.com
  - updated to 7.0
    see /usr/share/doc/packages/perl-Minion/Changes
    7.0  2017-06-18
    - Added support for rate limiting and unique jobs.
    - Added lock and unlock methods to Minion and Minion::Backend::Pg.
    - Improved performance of Minion::Backend::Pg significantly with a new index
      and other optimizations.
* Fri Jun 09 2017 coolo@suse.com
  - updated to 6.06
    see /usr/share/doc/packages/perl-Minion/Changes
    6.06  2017-06-03
    - Added an example application to demonstrate how to integrate background jobs
      into well-structured Mojolicious applications.
* Fri Apr 07 2017 coolo@suse.com
  - updated to 6.05
    see /usr/share/doc/packages/perl-Minion/Changes
    6.05  2017-04-03
    - Added support for sharing worker status information.
    - Improved retry methods to allow for active jobs to be retried as well.
    - Improved job command to show timestamps in RFC 3339 (1994-11-06T08:49:37Z)
      format.
* Tue Mar 21 2017 coolo@suse.com
  - updated to 6.04
    see /usr/share/doc/packages/perl-Minion/Changes
    6.04  2017-03-18
    - Added -f option to worker command.
    - Removed -r option from job command, so you have to write --remove from now
      on, which should prevent accidental mixups with the -R option in the future.
* Wed Mar 15 2017 coolo@suse.com
  - updated to 6.03
    see /usr/share/doc/packages/perl-Minion/Changes
    6.03  2017-03-14
    - Fixed serious performance problems in Minion::Backend::Pg.
* Mon Jan 02 2017 coolo@suse.com
  - updated to 6.02
    see /usr/share/doc/packages/perl-Minion/Changes
    6.02  2017-01-02
    - Updated Mojo::Pg requirement to 2.18.
    6.01  2017-01-01
    - Updated Mojo::Pg requirement to 2.33.
    - Improved performance of Minion::Backend::Pg with a new index.
* Tue Sep 20 2016 coolo@suse.com
  - updated to 6.0
    see /usr/share/doc/packages/perl-Minion/Changes
    6.0  2016-09-17
    - Removed TTIN, TTOU and USR1 signals from worker command.
    - Changed return value of start method in Minion::Job.
    - Added support for worker remote control commands.
    - Added commands attribute to Minion::Worker.
    - Added add_command and process_commands methods to Minion::Worker.
    - Added pid and stop methods to Minion::Job.
    - Added broadcast and receive methods to Minion::Backend::Pg.
    - Added -b option to job command.
    - Improved worker command with support for jobs and stop remote control
      commands.
* Fri Sep 02 2016 coolo@suse.com
  - updated to 5.09
    see /usr/share/doc/packages/perl-Minion/Changes
    5.09  2016-08-31
    - Added EXPERIMENTAL enqueued_jobs field to stats methods in Minion and
      Minion::Backend::Pg.
    - Improved Minion::Backend::Pg performance slightly with a new index.
* Mon May 23 2016 coolo@suse.com
  - updated to 5.08
    see /usr/share/doc/packages/perl-Minion/Changes
    5.08  2016-05-20
    - Improved repair methods not to remove finished jobs with unresolved
      dependencies.
    5.07  2016-05-17
    - Added support for job dependencies. (jberger, sri)
    - Added parents option to enqueue methods in Minion and Minion::Backend::Pg.
      (jberger, sri)
    - Added children and parents fields to info method in Minion::Job and job_info
      method in Minion::Backend::Pg.
    - Added -P option to job command.
    - Improved stats methods to include jobs with unresolved dependencies in
      delayed_jobs count.
    5.06  2016-05-05
    - Improved worker command to support the TTIN, TTOU and USR1 signals.
    - Improved Minion::Backend::Pg to handle delayed and retried jobs more
      efficiently.
* Thu May 05 2016 coolo@suse.com
  - updated to 5.05
    see /usr/share/doc/packages/perl-Minion/Changes
    5.05  2016-04-20
    - Added queue option to list_jobs method in Minion::Backend::Pg.
    - Improved performance of stats method in Minion::Backend::Pg slightly.
    5.04  2016-04-19
    - Added EXPERIMENTAL delayed_jobs field to stats method in Minion and
      Minion::Backend::Pg.
    - Updated Mojo::Pg requirement to 2.18.
    - Improved job command to show more detailed information for jobs and workers.
* Mon Apr 11 2016 coolo@suse.com
  - updated to 5.03
    see /usr/share/doc/packages/perl-Minion/Changes
    5.03  2016-04-10
    - Added enqueue event to Minion. (jberger)
* Mon Apr 04 2016 coolo@suse.com
  - updated to 5.02
    see /usr/share/doc/packages/perl-Minion/Changes
    5.02  2016-03-23
    - Fixed copyright notice.
* Tue Mar 08 2016 coolo@suse.com
  - updated to 5.01
    see /usr/share/doc/packages/perl-Minion/Changes
    5.01  2016-02-24
    - Fixed worker command to repair in regular intervals.
* Fri Feb 19 2016 coolo@suse.com
  - updated to 5.0
    see /usr/share/doc/packages/perl-Minion/Changes
    5.0  2016-02-17
    - Added start event to Minion::Job.
    - Added -R option to worker command.
    - Reduced default missing_after value to 30 minutes.
    - Reduced default remove_after value to 2 days.
    - Improved Minion::Backend::Pg performance significantly with a new index and
      PostgreSQL 9.5 features.
    - Improved Minion::Job to capture more exceptions.
    - Improved worker command to support the QUIT signal.
    - Improved worker command to repair in less regular intervals.
* Sun Feb 07 2016 coolo@suse.com
  - updated to 4.06
    see /usr/share/doc/packages/perl-Minion/Changes
    4.06  2016-02-06
    - Improved performance of Minion::Backend::Pg slightly.
    4.05  2016-02-05
    - Improved Minion::Backend::Pg to check the PostgreSQL version.
* Wed Jan 27 2016 coolo@suse.com
  - updated to 4.04
    see /usr/share/doc/packages/perl-Minion/Changes
    4.04  2016-01-23
    - Updated Minion::Backend::Pg to use new Mojo::Pg features.
* Tue Jan 19 2016 coolo@suse.com
  - updated to 4.03
    see /usr/share/doc/packages/perl-Minion/Changes
    4.03  2016-01-17
    - Removed an unused index from Minion::Backend::Pg.
    - Fixed a bug where the worker command would always watch the default queue.
      (avkhozov)
* Wed Jan 13 2016 coolo@suse.com
  - updated to 4.02
    see /usr/share/doc/packages/perl-Minion/Changes
    4.02  2016-01-03
    - Updated links to Mojolicious website.
* Sat Nov 14 2015 coolo@suse.com
  - updated to 4.01
    see /usr/share/doc/packages/perl-Minion/Changes
    4.01  2015-11-12
    - Improved retry methods to allow options to be changed for already inactive
      jobs.
* Wed Nov 11 2015 coolo@suse.com
  - updated to 4.0
    see /usr/share/doc/packages/perl-Minion/Changes
    4.0  2015-11-09
    - Removed attempts attribute from Minion::Job.
    - Improved Minion::Backend::Pg to preserve more information across retries for
      debugging.
    - Fixed bug where jobs could not be retried automatically if a worker went
      away.
* Mon Nov 09 2015 coolo@suse.com
  - updated to 3.03
    see /usr/share/doc/packages/perl-Minion/Changes
    3.03  2015-11-08
    - Added queues option to perform_jobs method in Minion.
* Sat Oct 31 2015 coolo@suse.com
  - updated to 3.02
    see /usr/share/doc/packages/perl-Minion/Changes
    3.02  2015-10-31
    - Fixed portability issues in tests.
    3.01  2015-10-30
    - Added support retrying failed jobs automatically.
    - Added backoff attribute to Minion.
    - Added attempts attribute to Minion::Job.
    - Added attempts option to enqueue method in Minion and Minion::Backend::Pg.
    - Added -A option to job command.
    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.
* Fri Oct 16 2015 coolo@suse.com
  - updated to 2.05
    see /usr/share/doc/packages/perl-Minion/Changes
    2.05  2015-10-15
    - Fixed bug where jobs could sometimes not be finished correctly by the worker
      command.
    2.04  2015-10-14
    - Fixed portability issue in worker command.
* Sun Oct 11 2015 coolo@suse.com
  - updated to 2.03
    see /usr/share/doc/packages/perl-Minion/Changes
    2.03  2015-10-09
    - Improved commands to show all options that can affect their behavior.
* Sat Oct 10 2015 coolo@suse.com
  - updated to 2.02
    see /usr/share/doc/packages/perl-Minion/Changes
    2.02  2015-10-08
    - Improved job command to show the queue in job lists.
* Sun Oct 04 2015 coolo@suse.com
  - updated to 2.01
    see /usr/share/doc/packages/perl-Minion/Changes
    2.01  2015-10-02
    - Fixed Windows portability issues in tests.
* Fri Oct 02 2015 coolo@suse.com
  - updated to 2.0
    see /usr/share/doc/packages/perl-Minion/Changes
    2.0  2015-10-01
    - Removed -t option from worker command.
    - Added support for multiple named queues.
    - Added retries attribute to Minion::Job.
    - Added retries argument to fail_job, finish_job and retry_job methods in
      Minion::Backend::File and Minion::Backend::Pg.
    - Added queue option to enqueue method in Minion.
    - Added queue option to enqueue and retry_job methods in Minion::Backend::File
      and Minion::Backend::Pg.
    - Added queues option to dequeue method in Minion::Worker.
    - Added queues option to dequeue method in Minion::Backend::File and
      Minion::Backend::Pg.
    - Added -q option to job and worker commands.
    - Improved worker command to be more resilient to time jumps.
    - Fixed a race condition in Minion::Backend::File and Minion::Backend::Pg
      where a retried job did not have to be dequeued again before it could be
      finished.
    1.19  2015-09-28
    - Added support for retrying jobs with a new priority.
    - Added priority option to retry method in Minion::Job.
    - Added priority option to retry_job method in Minion::Backend::File and
      Minion::Backend::Pg.
* Thu Sep 03 2015 coolo@suse.com
  - updated to 1.18
    see /usr/share/doc/packages/perl-Minion/Changes
    1.18  2015-08-30
    - Fixed Makefile.PL to be compliant with version 2 of the CPAN distribution
      metadata specification.
* Sat Aug 29 2015 coolo@suse.com
  - updated to 1.17
    see /usr/share/doc/packages/perl-Minion/Changes
    1.17  2015-08-29
    - Fixed bug in worker command where new jobs would still be dequeued after
      receiving an INT/TERM signal.
    1.16  2015-08-28
    - Improved worker command to detect workers without heartbeat a little faster.
* Sat May 16 2015 coolo@suse.com
  - updated to 1.15
    see /usr/share/doc/packages/perl-Minion/Changes
    1.15  2015-05-15
    - Added support for retrying jobs with a delay. (kwa)
    - Added delay option to retry method in Minion::Job. (kwa)
    - Added delay option to retry_job method in Minion::Backend::File. (kwa)
    - Added delay option to retry_job method in Minion::Backend::Pg. (kwa)
* Wed Apr 22 2015 coolo@suse.com
  - updated to 1.14
    see /usr/share/doc/packages/perl-Minion/Changes
    1.14  2015-04-21
    - Improved performance of Minion::Backend::Pg with a new index. (avkhozov)
* Fri Mar 27 2015 coolo@suse.com
  - initial package 1.13
    * created by cpanspec 1.78.08

Files

/usr/lib/perl5/vendor_perl/5.26.1/Minion
/usr/lib/perl5/vendor_perl/5.26.1/Minion.pm
/usr/lib/perl5/vendor_perl/5.26.1/Minion/Backend
/usr/lib/perl5/vendor_perl/5.26.1/Minion/Backend.pm
/usr/lib/perl5/vendor_perl/5.26.1/Minion/Backend/Pg.pm
/usr/lib/perl5/vendor_perl/5.26.1/Minion/Backend/resources
/usr/lib/perl5/vendor_perl/5.26.1/Minion/Backend/resources/migrations
/usr/lib/perl5/vendor_perl/5.26.1/Minion/Backend/resources/migrations/pg.sql
/usr/lib/perl5/vendor_perl/5.26.1/Minion/Command
/usr/lib/perl5/vendor_perl/5.26.1/Minion/Command/minion
/usr/lib/perl5/vendor_perl/5.26.1/Minion/Command/minion.pm
/usr/lib/perl5/vendor_perl/5.26.1/Minion/Command/minion/job.pm
/usr/lib/perl5/vendor_perl/5.26.1/Minion/Command/minion/worker.pm
/usr/lib/perl5/vendor_perl/5.26.1/Minion/Iterator.pm
/usr/lib/perl5/vendor_perl/5.26.1/Minion/Job.pm
/usr/lib/perl5/vendor_perl/5.26.1/Minion/Worker.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/Admin.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/app.css
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/app.js
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/bootstrap
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/bootstrap/bootstrap.css
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/bootstrap/bootstrap.js
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/d3
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/d3/d3.js
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/epoch
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/epoch/epoch.css
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/epoch/epoch.js
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/fontawesome
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/fontawesome/fontawesome.css
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/logo-black-2x.png
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/logo-black.png
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/moment
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/moment/moment.js
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/popper
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/popper/popper.js
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-brands-400.eot
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-brands-400.svg
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-brands-400.ttf
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-brands-400.woff
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-brands-400.woff2
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-regular-400.eot
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-regular-400.svg
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-regular-400.ttf
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-regular-400.woff
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-regular-400.woff2
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-solid-900.eot
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-solid-900.svg
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-solid-900.ttf
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-solid-900.woff
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/public/minion/webfonts/fa-solid-900.woff2
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/templates
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/templates/layouts
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/templates/layouts/minion.html.ep
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/templates/minion
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/templates/minion/_limit.html.ep
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/templates/minion/_notifications.html.ep
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/templates/minion/_pagination.html.ep
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/templates/minion/dashboard.html.ep
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/templates/minion/jobs.html.ep
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/templates/minion/locks.html.ep
/usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Plugin/Minion/resources/templates/minion/workers.html.ep
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Minion
/usr/share/doc/packages/perl-Minion/Changes
/usr/share/doc/packages/perl-Minion/README.md
/usr/share/doc/packages/perl-Minion/examples
/usr/share/doc/packages/perl-Minion/examples/admin.png
/usr/share/doc/packages/perl-Minion/examples/linkcheck
/usr/share/doc/packages/perl-Minion/examples/linkcheck/lib
/usr/share/doc/packages/perl-Minion/examples/linkcheck/lib/LinkCheck
/usr/share/doc/packages/perl-Minion/examples/linkcheck/lib/LinkCheck.pm
/usr/share/doc/packages/perl-Minion/examples/linkcheck/lib/LinkCheck/Controller
/usr/share/doc/packages/perl-Minion/examples/linkcheck/lib/LinkCheck/Controller/Links.pm
/usr/share/doc/packages/perl-Minion/examples/linkcheck/lib/LinkCheck/Task
/usr/share/doc/packages/perl-Minion/examples/linkcheck/lib/LinkCheck/Task/CheckLinks.pm
/usr/share/doc/packages/perl-Minion/examples/linkcheck/linkcheck.conf
/usr/share/doc/packages/perl-Minion/examples/linkcheck/script
/usr/share/doc/packages/perl-Minion/examples/linkcheck/script/linkcheck
/usr/share/doc/packages/perl-Minion/examples/linkcheck/t
/usr/share/doc/packages/perl-Minion/examples/linkcheck/t/linkcheck.t
/usr/share/doc/packages/perl-Minion/examples/linkcheck/templates
/usr/share/doc/packages/perl-Minion/examples/linkcheck/templates/layouts
/usr/share/doc/packages/perl-Minion/examples/linkcheck/templates/layouts/linkcheck.html.ep
/usr/share/doc/packages/perl-Minion/examples/linkcheck/templates/links
/usr/share/doc/packages/perl-Minion/examples/linkcheck/templates/links/index.html.ep
/usr/share/doc/packages/perl-Minion/examples/linkcheck/templates/links/result.html.ep
/usr/share/doc/packages/perl-Minion/examples/minion_bench.pl
/usr/share/licenses/perl-Minion
/usr/share/licenses/perl-Minion/LICENSE
/usr/share/man/man3/Minion.3pm.gz
/usr/share/man/man3/Minion::Backend.3pm.gz
/usr/share/man/man3/Minion::Backend::Pg.3pm.gz
/usr/share/man/man3/Minion::Command::minion.3pm.gz
/usr/share/man/man3/Minion::Command::minion::job.3pm.gz
/usr/share/man/man3/Minion::Command::minion::worker.3pm.gz
/usr/share/man/man3/Minion::Iterator.3pm.gz
/usr/share/man/man3/Minion::Job.3pm.gz
/usr/share/man/man3/Minion::Worker.3pm.gz
/usr/share/man/man3/Mojolicious::Plugin::Minion.3pm.gz
/usr/share/man/man3/Mojolicious::Plugin::Minion::Admin.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024