Commit History

Author SHA1 Message Date
  Ask Solem e9d8dc4f98 Merge branch '3.0' 12 years ago
  Ask Solem 7044d562e1 Fix identation 12 years ago
  Ask Solem 67ee615c2e Calling a chord/group no longer modifies state so task_ids are reused on subsequent invocations 12 years ago
  Ask Solem c3c32bb726 No longer depends on python-dateutil, but depends on pytz instead 12 years ago
  Steeve Morin 4918537a36 celery.chord_unlock will pollute the backends, ignore its results 12 years ago
  Steeve Morin c336feb49f celery.chord_unlock will pollute the backends, ignore its results 12 years ago
  Ask Solem 6cb35fce0f Don't use future_builtins, it's not available in py3k 12 years ago
  Ask Solem fc3804cb12 Merge branch '3.0' 12 years ago
  Ask Solem 8d7a990bb3 chain.apply should pass args. Closes #889 12 years ago
  Ask Solem bbbfd63c33 Merge branch '3.0' 12 years ago
  Ask Solem 12be091134 Tests passing 12 years ago
  Ask Solem ae27f81245 Chords: Now supports setting the interval and other unlock args 12 years ago
  Ask Solem 8a2b06d7ff Merge branch '3.0' 12 years ago
  Ask Solem e7be679471 group/chunks: handle empty tasklist. Closes #873 12 years ago
  Ask Solem 6e53b21fa9 Renames 'with app.default_connection' -> 'with app.connection_or_acquire' 12 years ago
  Ask Solem d8b7039457 Renames 'with app.default_connection' -> 'with app.connection_or_acquire' 12 years ago
  Ask Solem 43fb28f769 Use future builtins 12 years ago
  Ask Solem 9d95af8772 Remove Python 2.5 specific hacks 12 years ago
  Ask Solem cfe2bc4bec removes more with_statement imports 12 years ago
  Ask Solem 8b1fb2c580 Fixes tests on Python 2.5 13 years ago
  Ask Solem 7ff99a3fbd Tests passing 13 years ago
  Ask Solem 4905c5814e group/chord now appends partial args to all tasks in the group 13 years ago
  Ask Solem 0e95530d88 Merge branch 'group_partial' 13 years ago
  Ask Solem 4f784187e6 Doc improvements 13 years ago
  Ask Solem 4b4d75409e Chains no longer worked if a chord was the last step 13 years ago
  Ask Solem 96c26d90ac Partial args for groups 13 years ago
  Ask Solem ec51735fd0 Chains can now be combined and accept partial args 13 years ago
  Ask Solem aa3ccf2aba Refactors Chain.apply_async 13 years ago
  Ask Solem 18327a37b9 Group chains are now automatically upgraded to chords. E.g. group(...) | s -> chord(group(...), body=s) 13 years ago
  Ask Solem cea68a0e54 chord(group()) now works properly, and subtask proxies are now immutable 13 years ago