Source: libminion-perl Maintainer: Debian Perl Group Uploaders: Nick Morrott Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: fonts-font-awesome , libjs-bootstrap , libjs-d3 , libjs-moment , libjs-popper.js , libmojolicious-perl (>= 8.50) , perl Standards-Version: 4.5.1 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 Rules-Requires-Root: no Package: libminion-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, fonts-font-awesome, libjs-bootstrap, libjs-d3, libjs-moment, libjs-popper.js, libmojolicious-perl (>= 8.50) 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.