freebsd-ports/devel/p5-Minion/pkg-descr
Adam Weinberger 805e1104ac Add devel/p5-Minion, an asynchronous job queue for Mojolicious.
Minion is a job queue for the Mojolicious real-time web framework with support
for multiple backends, such as DBM::Deep and PostgreSQL.

A job queue allows 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.

WWW: https://metacpan.org/pod/Minion
2015-03-17 16:03:31 +00:00

10 lines
511 B
Text

Minion is a job queue for the Mojolicious real-time web framework with support
for multiple backends, such as DBM::Deep and PostgreSQL.
A job queue allows 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.
WWW: https://metacpan.org/pod/Minion