Modify ↓
Opened 15 years ago
Closed 15 years ago
#7853 closed enhancement (fixed)
Shedule type should be plugin
| Reported by: | Thierry Bressure | Owned by: | Thierry Bressure |
|---|---|---|---|
| Priority: | normal | Component: | TracCronPlugin |
| Severity: | trivial | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description
The scheduler type available inside TracCronPlugin should be plugable. So every one could write a scheduler as a regular Trac compoenent (a.k.a plugin) that TracCronPlugin look for by Extension mechanism.
This will let someone else to write a real cron string parser scheduler or a funny scheduler that fire task based on weather condition (why not, calling a web service, not to hard to do....)
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.



r9325