Skip to content

Commit

Permalink
just mention example tasks as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 24, 2017
1 parent 6c890c2 commit 50863d8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lib/Mojolicious/Guides.pod
Expand Up @@ -175,10 +175,12 @@ how to apply the MVC design pattern in practice.

=item L<Minion>

A full featured job queue for L<Mojolicious>, with support for multiple backends
and so much more. Job queues allow you to process time and/or computationally
intensive tasks in background processes, outside of the request/response
lifecycle.
A full featured job queue for L<Mojolicious> with support for multiple backends
(such as L<PostgreSQL|http://www.postgresql.org>). 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.

=back

Expand Down

0 comments on commit 50863d8

Please sign in to comment.