| Catalyst-Engine-JobQueue-POE documentation | view source | Contained in the Catalyst-Engine-JobQueue-POE distribution. |
Catalyst::Helper::JobQueue::POE - create files for running a job queue
script/create.pl JobQueue::POE
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.
Generates a JobQueue runner script and a sample crontab file.
Gruen Christian-Rolf <kiki@bdsro.org>
[% appprefix %]_jobqueue.pl - Catalyst JobQueue
[% 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
Run a Catalyst JobQueue for this application.
Gruen Christian-Rolf, kiki@bsdro.org
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| Catalyst-Engine-JobQueue-POE documentation | view source | Contained in the Catalyst-Engine-JobQueue-POE distribution. |