コミット履歴

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