Histórico de commits

Autor SHA1 Mensagem Data
  Ask Solem 5a5ccd986b Skip adding children for tasks called with task.__call__. Closes #701 13 anos atrás
  Ask Solem 20e97766b1 Set current_task on Task.__call__ 13 anos atrás
  Ask Solem 4b1f822774 Pick stable optimizations from optimizations branch 13 anos atrás
  Ask Solem 73ea354d3d Tests passing 13 anos atrás
  Ask Solem 9ac95c7020 Merge branch 'hub_semaphore' 13 anos atrás
  Ask Solem 54d160a0b5 Adds @task(bare=True) which mean the worker will execute the task directly, without calling callbacks, writing results etc. 13 anos atrás
  Ask Solem b10d2336f6 celery.contrib.methods: Task decorator for methods 13 anos atrás
  Ask Solem 7e43c5583d Documentation now uses 'raise task.retry()' 13 anos atrás
  Ask Solem bb9c089a7a Task.si(*a, **k) is now .subtask(a, k, immutable=True) 13 anos atrás
  Ask Solem b6834ebefc Moves celery.app.state -> celery.state so that app is loaded late 13 anos atrás
  Ask Solem e2b052c2d8 current_task and Task.request are now LocalStack's. Maybe fixes #521 13 anos atrás
  Ask Solem e3418c22a2 Annotations now supports decorators if the key startswith '@'. 13 anos atrás
  Ask Solem 57eb25ccc1 Adds Task.map + Task.starmap 13 anos atrás
  Ask Solem a20a9fbbe8 Support connection argument to apply_async again 13 anos atrás
  Ask Solem 7b90e456fd add.chunks(izip(1000, 1000), 100).group().skew(start=1, stop=30, step=2).apply_async(countdown=10) 13 anos atrás
  Ask Solem a4f2874e82 Modernize Kombu integration 13 anos atrás
  Ask Solem d60fa8d40c Chords was broken + pyflakes 13 anos atrás
  Ask Solem 53b61c638b 99% overall coverage :happy: 13 anos atrás
  Ask Solem 0406058b27 Massive logging improvements 13 anos atrás
  Ask Solem 35e56513db group/chord/chain are now subtasks 13 anos atrás
  Ask Solem c8d080cefd celery.app.task is no longer a package (must solve upgradeability later) 13 anos atrás