Tuesday, March 3, 2009
Django: django-chronograph
I put up an application on Google Code the other day called chronograph. I've found that writing management commands is quite common, but I hate having to create an entry into my crontab every time I wanted to set up periodic management commands. With chronograph it is really easy. You can set up any management command to run at any interval. It uses dateutil's rrule module. Stdout and stderr are logged to the database and commands can be run manually through the admin as well. I'd love all comments, questions and suggestions to improve the app.
Subscribe to:
Post Comments (Atom)
Great application! I have one issue that I can not figure out. How do I run scripts at certain times? Lets say I have a script that needs to run at midnight each night, then I have a script that relies on the other script that needs to run at 1 am. How do I enter them in so that they will run in that sequence?
ReplyDelete