python - Cron-like scheduler, something between cron and celery -


i'd run periodic tasks on django project, don't want complexity of celery/django-celery (with celerybeat) bundled in project.

i'd like, also, store config times , command run within scm.

my production machine running ubuntu 10.04.

while learn , use cron, feel there should higher level (user friendly) way it. (much ufw iptables).

is there such thing? tips/advice?

thanks!

in personal opinion, learn how use cron. won't take more 5 10 minutes, , it's essential tool when working on linux server.

what set cronjob requests 1 page of django instance every minute, , have django script figure out time , needs done, depending on configuration stored in database. approach i've seen in other similar applications.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -