Commit History

Author SHA1 Message Date
  Ask Solem 9bd00d7837 celeryd: Don't forward arguments 15 years ago
  Ask Solem 1875edafdd Beat: Forgot to import celery.registry 15 years ago
  Ask Solem 135c981760 Beat: Use task.apply_async instead of send_task if task registered, also reuse publisher 15 years ago
  Ask Solem 57a6491c90 Cache backend: expires must be an int, not float. Thanks to jonozzz 15 years ago
  Ask Solem c92d47934b Added sdcooke to AUTHORS 15 years ago
  Ask Solem 975396b054 Cosmetics 15 years ago
  Ask Solem 72257464bd Merge branch 'sdcooke/task_expires' 15 years ago
  Ask Solem 8765d6f1e8 pwd and grp not available on Windows. Closes #210. Thanks to klibertb 15 years ago
  Ask Solem 4bca120eef Add newline to task failed log message 15 years ago
  Ask Solem e379e13b89 Bug in TaskPool: The semaphore was released both at ACK and result ready. 15 years ago
  Ask Solem 4ea26d76e2 celeryd: Show helpful message instead of traceback for unknown loglevel. 15 years ago
  Ask Solem 9de4b36d13 Updated MANIFEST.in 15 years ago
  Ask Solem c8bca29fa5 pyflakes 15 years ago
  Ask Solem 1aeb981d13 Bumped version to 2.1.0 and updated the Changelog 15 years ago
  Ask Solem ae42674167 Changed __homepage__ to http://celeryproject.org 15 years ago
  Ask Solem c9e4a0e282 Changelog: Fixed link to release cycle wiki page 15 years ago
  Ask Solem c7e0741c91 Fixed ugly typo in userguide/overview 15 years ago
  Ask Solem f8ed706202 Documentation: Copy images locally 15 years ago
  Ask Solem 19ad25dfa6 Added TaskSet.Publisher: Can be used to override the publisher class used to send subtasks 15 years ago
  Ask Solem 6580ff824d Updated Changelog 15 years ago
  Ask Solem c6bc66a0df KeyValueStoreBackend.forget: delete(key_for_task(id)) not delete(id) 15 years ago
  Ask Solem b145f9c71c Bumped version to 2.1.0rc4 15 years ago
  Ask Solem 1f25c9b25d Improved userguides 15 years ago
  Ask Solem e23d04a276 Changelog improvements 15 years ago
  Ask Solem ba4f020604 Improved the executing user guide 15 years ago
  Ask Solem 18bd082abe Removed pool diagnose command, as it was not working well 15 years ago
  Ask Solem 36ea925f7d Don't mark tasks as revoked if CELERY_IGNORE_RESULT=True. Closes #207. Thanks to rlotun 15 years ago
  Ask Solem 75deb54ba5 Fixed broken test (test_worker.py) 15 years ago
  Ask Solem e877cad70f Fixed weird bug with new processes created by the supervisor being stuck while reading from the task Queue. See http://bugs.python.org/issue10037 15 years ago
  Ask Solem 49fb85923b result.ready should check for membership in READY_STATES 15 years ago