hotkit / django-async

A simple asynchronous execution Django application with proper database transaction management
http://www.kirit.com/Django%20Async
Boost Software License 1.0
35 stars 20 forks source link

Add group model for grouping jobs, slumber operation for that model #7

Closed vernomcrp closed 10 years ago

vernomcrp commented 10 years ago

Group model follow 2 rules

  1. can't add new group with the same reference if another group with same reference has unexecuted jobs.
  2. can't add jobs to a group if there is old group with same reference with executed jobs.
KayEss commented 10 years ago

Don't forget the ChangeLog :)