add scheduler based on Algorithm::Cron

This commit is contained in:
Oliver Gorwits
2013-03-24 19:45:24 +00:00
parent 49d136b57a
commit 0acbe8abd3
4 changed files with 94 additions and 3 deletions

View File

@@ -72,6 +72,7 @@ daemon_sleep_time: 5
# how many daemon processes
# NB one worker will always be a Queue Manager
daemon_pollers: 0
daemon_schedulers: 1
daemon_interactives: 2
daemon_pollers: 0