Historial de Commits

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