Django JITS (Just In Time Scheduler)
Project description
A scheduling system for django.
Instead of a traditional scheduler which has a main loop, usually in a thread, which polls for scheduled tasks this scheduler’s polls are triggered by each new request. This way scheduled events are fired as often as needed to retrieve new data that may be needed for local content adjustment without the overhead of another thread and polling loop.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size jits-0.1.1-py2.4.egg (19.9 kB) | File type Egg | Python version 2.4 | Upload date | Hashes View |
Filename, size jits-0.1.1-py2.5.egg (19.9 kB) | File type Egg | Python version 2.5 | Upload date | Hashes View |