----- Original Message ----- 
From: "prestontimmons" <prestontimm...@gmail.com>
To: "Django users" <django-users@googlegroups.com>
Sent: Thursday, March 12, 2009 3:38 AM
Subject: Re: Background Jobs


>
> If you don't mind setting up your jobs as manage.py commands you can
> use django-chronograph to manage them as cron jobs through the admin
> console. Output from each job is stored in a log table in the
> database.
>
> http://code.google.com/p/django-chronograph/
>
> Note that this application depends on a feature in the development
> branch so it does not work readily with Django 1.0. There is a
> workaround possible: 
> http://code.google.com/p/django-chronograph/issues/detail?id=2.
>
> Preston

Awesome, thanks.
That's very close to what I need.  I also came across django-queue-service.

--J



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to