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

Changelog

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

  * Team upload.
  * Import upstream version 10.30+dfsg.
  * Declare compliance with Debian Policy 4.7.0.

 -- gregor herrmann <email address hidden>  Sat, 08 Jun 2024 00:35:25 +0200

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libminion-perl_10.30+dfsg-1.dsc 2.5 KiB 7045d1e70a668816c4302d63ce5e590b879a96c4c757bbe5d32ad7e1b828d6ef
libminion-perl_10.30+dfsg.orig.tar.xz 194.5 KiB d5829e1c16f7e1cf6c93e1118b0439f5a374cb7d34761bef30e2cd44d36825bd
libminion-perl_10.30+dfsg-1.debian.tar.xz 31.0 KiB 116b02d3a31245c4f2fbdcb635ae29aabb6cd409a9297d7251eb8df4f70bbf48

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.