Commit History

Author SHA1 Message Date
  Ask Solem 9212395bba Fix docstring references to celery.task.base.RetryTaskError -> celery.exceptions.RetryTaskError 15 years ago
  Ask Solem 0b86c43bb5 Refactor jail() into celery.execute.ExecuteWrapper 15 years ago
  Ask Solem f90491fe01 celery.utils.gen_unique_id: Workaround for http://bugs.python.org/issue4607 15 years ago
  Ask Solem 53389beab9 Daemon context apparently not reentrant, remove from signal handler. 15 years ago
  Ask Solem c4c405d97e Add cookbook to documentation 15 years ago
  Ask Solem 4dc50805c7 Set default task retry delay to 3 minutes (was 1 minute) 15 years ago
  Ask Solem 4b7c831957 Close context on restart if detached 15 years ago
  Ask Solem f25e7aea48 Set toctree maxdepth to 2 15 years ago
  Ask Solem 1933324112 Document more features in README 15 years ago
  Ask Solem 637b4d887b Try to restart when receiving SIGHUP (issue #26) Seems to not always work when 15 years ago
  Ask Solem 5f09ce1469 Convert stored tracebacks to strings 15 years ago
  Ask Solem 929c842541 Add traceback to result value on failure. Closes #28. **NOTE** If you use the 15 years ago
  Ask Solem 29b8547a90 Fix typo ".. import map" -> ".. import dmap" Thanks mikedizon 15 years ago
  Ask Solem 89626c59ee AMQP result-store backend is now working (and it's fast!) 15 years ago
  Ask Solem 1f8e955eae When we receive a message the prefetch window is increased, when we accept the 15 years ago
  Ask Solem 048d67f4bf Implementation of AMQP return value store backend (not finished) 15 years ago
  Ask Solem e8653c705c Increment AMQP prefetch count when receiving message with ETA 15 years ago
  Ask Solem a3fa7a68e6 Cosmetic changes 15 years ago
  Ask Solem c5b31df850 Implement AMQP basic.qos (Quality of Service) to set the message prefetch 15 years ago
  Ask Solem fb54989197 Fix typo "or a" -> "or" 15 years ago
  Ask Solem 1338414d94 Added installation instruction to without django FAQ 15 years ago
  Ask Solem b15970976a Add example database settings to the FAQ's celeryconfig.py 15 years ago
  Ask Solem 0a93b3b354 Describe loaders in the "without Django" FAQ entry. 15 years ago
  Ask Solem 0fc5529ca6 Bumped version to 0.7.0 15 years ago
  Ask Solem a5b4b8443c Made README as symlink to README.rst 15 years ago
  Ask Solem 828ff08fad Update README.rst 15 years ago
  Ask Solem 4f886582bf Documented celery.loaders.default 15 years ago
  Ask Solem 9bb62dc1ae Documented celery.loaders.base 15 years ago
  Ask Solem 731fdac4a5 Documented celery.loaders.djangoapp 15 years ago
  Ask Solem cb68231c20 Documented celery.loaders 15 years ago