libminion-perl 10.28+dfsg-1 source package in Ubuntu

Changelog

libminion-perl (10.28+dfsg-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 10.28+dfsg.

 -- gregor herrmann <email address hidden>  Thu, 30 Nov 2023 19:21:24 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libminion-perl_10.28+dfsg-1.dsc 2.5 KiB 2c45618271fa968d0cdab6b7efa4aacb574469627751810f7d4b431d9bb2a97f
libminion-perl_10.28+dfsg.orig.tar.xz 194.3 KiB c3e6c4c173be79c42587d701ec2b0920e63caabfa1dccf209cb1266939ad775b
libminion-perl_10.28+dfsg-1.debian.tar.xz 30.8 KiB af37296ab1ebc7122198fdc1164f09c24c040bafbe4295877c32eed5afacf434

Available diffs

No changes file available.

Binary packages built by this source

libminion-perl: 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.