Commit Verlauf

Autor SHA1 Nachricht Datum
  Ask Solem 0e7e060e6a More Documentation fixes vor 14 Jahren
  Ask Solem e507bb42a1 Documentation: Added refs to all sections (phew) vor 14 Jahren
  Ask Solem af3c0ccd58 Redis database *number* not *name*. Default is now 0 vor 14 Jahren
  fredj 3a5ef25ef6 indent vor 14 Jahren
  Ask Solem 7a818601d4 Fixed some outdated documentation vor 15 Jahren
  Honza Kral 16b4dd33ad Fixed configuration inconsistency (REDIS_DB vs REDIS_DATABASE) vor 15 Jahren
  Ask Solem fd8db1e2f6 Fixed error e-mails and documented e-mail related settings. Closes #128. vor 15 Jahren
  Ask Solem f107b480bd Added table-of-contents to documentation pages. vor 15 Jahren
  Ask Solem b8972f1b92 Renamed celery.worker.pool -> celery.concurrency.processes vor 15 Jahren
  Ask Solem 5d7819d5a3 Doc fixes vor 15 Jahren
  Ask Solem 5f9e0cae21 Added CELERYD_MAX_TASKS_PER_CHILD / --maxtasksperchild vor 15 Jahren
  Ask Solem db85833c3f Updated docs/configuration with new settings. Closes #104. Closes #107. vor 15 Jahren
  Ask Solem 87ad8080e3 docs/cofinguration: Mention CELERY_DISABLE_RATE_LIMITS vor 15 Jahren
  Ask Solem 15833527be Renamed "running" to "started" vor 15 Jahren
  Ask Solem 6b3a480e8b CELERY_BACKEND renamed to CELERY_RESULT_BACKEND, but keep CELERY_BACKEND as a compat setting. vor 15 Jahren
  Ask Solem eaf019587a Mention CELERY_DEFAULT_RATE_LIMIT in configuration docs. Thanks to kmike! Closes #77 vor 15 Jahren
  Ask Solem 0155cba133 Deprecated REDIS_TIMEOUT, and REDIS_CONNECT_RETRY, added REDIS_PASSWORD, to work with new redis API. vor 15 Jahren
  Ask Solem 529dd7146b PEP8ify vor 15 Jahren
  Ask Solem b7d4d4c052 Resolved runeh's documentation FIXME's vor 15 Jahren
  Ask Solem af27b67a70 Fixed typo in redis's default port: 6739 -> 6379. Thanks to brosner! Closes #71 vor 15 Jahren
  Rune Halvorsen e34685fe45 Proofread configuration docs vor 15 Jahren
  Ask Solem e451ce4e53 Fixed typo pyredis -> redis, thanks to yashh vor 15 Jahren
  Ask Solem 0ae5d07710 Cache backend now respects CELERY_TASK_RESULT_EXPIRES. Thanks to mulka vor 15 Jahren
  Ask Solem cce666c208 Got a 3x performance gain by setting the prefetch count to 4 times the concurrency, (from an average task round-trip of 0.1s to 0.03s!). So added a new setting: CELERYD_PREFETCH_MULTIPLIER which is set to 4 by default. vor 15 Jahren
  Ask Solem 7946ecc2d9 Fixing typos after running spell check on the documentation vor 15 Jahren
  Ask Solem 1efc54143a Remove daemon related information from documentation. vor 15 Jahren
  Ask Solem 49b864e596 Adds setting CELERY_IGNORE_RESULT. Enables you to set the default value for Task.ignore_result. vor 15 Jahren
  Ask Solem 890428d4c3 Finally: Configuration naming consistency. Old names deprecated in favor of: vor 15 Jahren
  Ask Solem ee79e3b466 Updated with new AMQP queue/exchange settings: http://wiki.github.com/ask/celery/rewriting-the-amqp-routing-options vor 15 Jahren
  Ask Solem 0519be0eb3 Doesn't store errors if Task.ignore_result=True anymore, can enable the previous behaviour by setting CELERY_STORE_ERRORS_EVEN_IF_IGNORED vor 15 Jahren