Commit History

Author SHA1 Message Date
  Ask Solem 7e88a44e11 TimeoutHandler now sleeps for one second instead of a half 13 years ago
  Ask Solem b398ba3994 AsyncResult.task_id -> AsyncResult.id (also TasksetResult.taskset_id -> .id 13 years ago
  Ask Solem ca478673e9 Adds celery.bugreport 13 years ago
  Ask Solem 45e87b2276 Verify that the pidfile is actually written correctly. Closes #641 13 years ago
  Ask Solem c9af348546 celeryctl shell: chord, TaskSet/group and BaseTask is now in locals 13 years ago
  Ask Solem 0a8fd00e15 celery.task.chords.Chord must be importable 13 years ago
  Ask Solem d51421abcb Task.type was somehow lost during merge from 3.0-devel 13 years ago
  Ask Solem 93be572862 Optimize __call__ at execution not class creation. 13 years ago
  Ask Solem db381eb65a Cosmetics 13 years ago
  Ask Solem 15ff11ef70 Now depends on Kombu 2.1.2. Closes #650 13 years ago
  Ask Solem deb0207026 Stable version is 2.5 not 2.4 13 years ago
  Ask Solem 980df77feb Removes expected error output from tests 13 years ago
  Ask Solem 2933cdbf71 Somehow celery.utils.patch was merged out 13 years ago
  Ask Solem 419164ee43 Adds missing reference docs 13 years ago
  Ask Solem f8e415cc48 Bumps version to 2.6.0a1 13 years ago
  Ask Solem 5ff76f3a48 The @task decorator is now lazy when used with custom apps 13 years ago
  Ask Solem 1ac160649b flake8 13 years ago
  Ask Solem 8ecbdeef91 celeryd now sends the celeryd_init signal 13 years ago
  Ask Solem 78cf9bce78 Adds celeryd_init signal that can be used to configure workers by hostname. Thanks to zllak 13 years ago
  Ask Solem f63a3068ef Signal.connect can now be used as a decorator :happy: 13 years ago
  Ask Solem a26737db52 Adds AsyncResult.collect to recursively collect results 13 years ago
  Ask Solem ad73427583 Accidentally removed Registry.periodic/regular/filter_types 13 years ago
  Ask Solem 67f995d4c9 flake8 13 years ago
  Ask Solem 0672fc5fd1 The test_task tests are now more modern 13 years ago
  Ask Solem 79cb8911a8 Tests passing 13 years ago
  Ask Solem 38361c839e celery.task.Task is no longer bound to an app by default, so configuration of the task is lazy 13 years ago
  Ask Solem b975a87a88 Fixes typo in docstring 13 years ago
  Ask Solem 6d6eff87f8 BaseTask can now be imported from celery.task 13 years ago
  Ask Solem 4404e26c56 Moves the Chord task to built-ins 13 years ago
  Ask Solem 7afc809784 Tests passing 13 years ago