Source: libminion-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Nick Morrott Build-Depends: debhelper (>= 11) Build-Depends-Indep: libmojolicious-perl (>= 8.12), perl, libjs-bootstrap, libjs-d3, libjs-moment, fonts-font-awesome, Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libminion-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libminion-perl.git Homepage: https://metacpan.org/release/Minion Testsuite: autopkgtest-pkg-perl Package: libminion-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmojolicious-perl (>= 8.12), libjs-bootstrap, libjs-d3, libjs-moment, fonts-font-awesome, Suggests: libmojo-pg-perl Description: job queue for Mojolicious Minion is a job queue for the Mojolicious real-time web framework, with support for multiple named queues, priorities, delayed jobs, job dependencies, job results, retries with backoff, statistics, distributed workers, parallel processing, autoscaling, resource leak protection and multiple backends (such as PostgreSQL). . Job queues allow you to process time and/or computationally intensive tasks in background processes, outside of the request/response lifecycle. 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.