Help for this page

Select Code to Download


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