Modify ↓
Opened 15 years ago
Closed 14 years ago
#5957 closed enhancement (fixed)
Pluggable cron job for Trac
Reported by: | Jeff Hammel | Owned by: | anybody |
---|---|---|---|
Priority: | normal | Component: | Request-a-Hack |
Severity: | normal | Keywords: | |
Cc: | Jeff Hammel | Trac Release: | 0.11 |
Description
a script + interface should be written that allows pluggable events to be fired from a cron job. The plugin/script could be in the style of e.g. MailToTracPlugin where a simple ExtensionPoint
is called upon environment open. How often a plugin is fired should be settable in the trac.ini
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
Summary: | pluggable cron job for Trac → Pluggable cron job for Trac |
---|
comment:2 Changed 14 years ago by
I've just add a hack that may be useful TracCronPlugin. Since i've not released an egg yet, you'll have to grab the source and do an
python setup.py bdist_egg
to create the egg to put in plugins directory. TracCronPlugin come with an task sample you can play with.
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Looks like TracCronPlugin resolves this request.
Note: See
TracTickets for help on using
tickets.
I'd also find this to be very useful and have considered trying to write something like this.