libcatalyst-plugin-scheduler-perl

Catalyst plugin for scheduling events to run in a cron-like fashion
  http://search.cpan.org/dist/Catalyst-Plugin-Scheduler/
  0
  no reviews



The catalyst::plugin::scheduler plugin allows you to schedule events to run at recurring intervals. events will run during the first request which meets or exceeds the specified time. depending on the level of traffic to the application, events may or may not run at exactly the correct time, but it should be enough to satisfy many basic scheduling needs.