- or download this
#===============================================
# Daemon module - you need to implement your own database calls
...
#===================================
1
- or download this
#===============================================
# MySQL table : jobs
...
| last_run | timestamp | YES | | 0000-00-00 00:00:00 |
+ |
| attempts | smallint(5) unsigned | | | 0 |
+ |
+----------+----------------------+------+-----+---------------------+
+-------+
- or download this
#===============================================
# Cron config file - in YAML
...
- My::Cron::Job2
- do_queue
- or download this
#===============================================
# Script for starting/stopping daemon
...
USAGE
}