The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Helper::JobQueue::POE - create files for running a job queue

SYNOPSIS

  script/create.pl JobQueue::POE

DESCRIPTION

This helper creates the required files for a job queue. It creates a JobQueue runner script in your application's script directory and a crontab configuration file in your applications root directory.

After editing your configuration file, you can start the job queue by executing the runner script.

METHODS

mk_stuff

Generates a JobQueue runner script and a sample crontab file.

AUTHOR

Gruen Christian-Rolf <kiki@bdsro.org>

SEE ALSO

Catalyst,Catalyst::Engine::JobQueue::POE

NAME

[% appprefix %]_jobqueue.pl - Catalyst JobQueue

SYNOPSIS

[% appprefix %]_jobqueue.pl [options]

 Options:
   -d -debug          force debug mode
   -f -fork           handle each request in a new process
                      (defaults to false)
   -c -crontab        name of the crontab file
   -? -help           display this help and exits

 See also:
   perldoc Catalyst::Manual
   perldoc Catalyst::Manual::Intro

DESCRIPTION

Run a Catalyst JobQueue for this application.

AUTHOR

Gruen Christian-Rolf, kiki@bsdro.org

COPYRIGHT

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.