Changes between Version 23 and Version 24 of TracCronPlugin


Ignore:
Timestamp:
Oct 31, 2010, 11:46:47 AM (13 years ago)
Author:
Thierry Bressure
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracCronPlugin

    v23 v24  
    257257See task scheduling section.
    258258
     259=== Cron Scheduler ===
     260
     261Since 0.2dev_r9375 there is a cron scheduler. You can use cron syntaxe to define the schedule. Currenlty you can use
     262 * single value
     263 * range value both with - or / special character
     264 * special value *
     265
     266example with ''heart_beat'' task
     267{{{
     268#!ini
     269heart_beat.cron = * 0/2 * * * ? *
     270}}}
    259271== Bundled Listener ==
    260272