Commit History

Author SHA1 Message Date
  Ask Solem 2a7349b728 Docs: Fixes typo settings -> setting 13 years ago
  Ask Solem 56da93e1c7 Documents keys missing from the configuration reference. Closes #301 13 years ago
  Ask Solem ddfce13e73 Documentation cleanup 14 years ago
  Ask Solem fb4ab44b7b apply_async: Added the ability to retry publishing the task message in the event of connection loss or failure. 14 years ago
  Ask Solem d4013e5389 celery.decorators.task replaced with celery.task, where the latter does not support magic keyword arguments. 14 years ago
  Ask Solem 59bff41c6b Cosmetics 14 years ago
  Christopher Peplin 82219f291d Optionally re-raise exceptions in tasks to preserve full traceback. 14 years ago
  Ask Solem 30ce278ad5 Spellcheck 14 years ago
  Ask Solem 0606fda57c Merge branch 'master' into kombu2 14 years ago
  Ask Solem 0afa1efa28 Docs: Replaced all occurences of ``literal`` with `literal` 14 years ago
  Ask Solem 88a69b51e2 celery.worker.listener renamed to celery.worker.consumer, and .CarrotListener to .Consumer 14 years ago
  Ask Solem 395f99e296 Change all references of Carrot to Kombu 14 years ago
  Ask Solem c703787132 docs/configuration: Fixed typo CELERY_SOFT_TASK_TIME_LIMIT -> CELERY_TASK_SOFT_TIME_LIMIT. Closes #214. Thanks to Lifto 14 years ago
  Ask Solem fe91f0ba35 Added CELERY_REDIRECT_STDOUTS + CELERYD_REDIRECT_STDOUTS_LEVEL settings.CELERY_REDIRECT_STDOUTS is used by celeryd and celerybeat, and if enabled all output to stdout and stderr will be redirected to the current logger.CELERY_REDIRECT_STDOUTS_LEVEL decides the loglevel used and is WARNING by default. 14 years ago
  Ask Solem 3333e655a5 Added CELERYBEAT_SCHEDULER setting, used to define the default for celerybeats -S option 14 years ago
  Ask Solem 33f84890e8 Fixed Documentation for redis broker and result stores using vhost strings rather than integers. Closes #200. Thanks to prencher 14 years ago
  Ask Solem 8d85334016 Improved docs 14 years ago
  Ask Solem f6199fb919 Loads of documentation improvements 14 years ago
  Ask Solem f0236b9f35 Lots of documentation fixes 14 years ago
  Ask Solem 0e7e060e6a More Documentation fixes 14 years ago
  Ask Solem e507bb42a1 Documentation: Added refs to all sections (phew) 14 years ago
  Ask Solem af3c0ccd58 Redis database *number* not *name*. Default is now 0 14 years ago
  fredj 3a5ef25ef6 indent 14 years ago
  Ask Solem 7a818601d4 Fixed some outdated documentation 14 years ago
  Honza Kral 16b4dd33ad Fixed configuration inconsistency (REDIS_DB vs REDIS_DATABASE) 14 years ago
  Ask Solem fd8db1e2f6 Fixed error e-mails and documented e-mail related settings. Closes #128. 14 years ago
  Ask Solem f107b480bd Added table-of-contents to documentation pages. 14 years ago
  Ask Solem b8972f1b92 Renamed celery.worker.pool -> celery.concurrency.processes 14 years ago
  Ask Solem 5d7819d5a3 Doc fixes 14 years ago
  Ask Solem 5f9e0cae21 Added CELERYD_MAX_TASKS_PER_CHILD / --maxtasksperchild 14 years ago