Sidebar Network

django-jits Django JITS (Just in time Scheduler)

The Basics

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 Homehttp://code.google.com/p/django-jits/
Grab the Repository – svn checkout http://django-jits.googlecode.com/svn/trunk/
 

Recent Commits

  • 17 was committed 5 months ago.
    Fixing setuptools. Rolling version.
  • 16 was committed 5 months ago.
    find_packages is too aggressive. -Mikeal
  • 15 was committed 5 months ago.
    Cleanup.
  • 11 was committed 5 months ago.
    Dist files. -Mikeal
  • 10 was committed 5 months ago.
    Making the log message a little more friendly. -Mikeal
  • 6 was committed 5 months, 1 week ago.
    Everything is working now. Tests pass. -Mikeal
  • 5 was committed 5 months, 1 week ago.
    Fixed a few bugs. Started on test infra. -Mikeal
  • 4 was committed 5 months, 1 week ago.
    Initial commit. jits should work. No tests yet. -Mikeal
  • 1 was committed 5 months, 1 week ago.
    Initial directory structure.