Commit Verlauf

Autor SHA1 Nachricht Datum
  Ask Solem c69e7be7c1 defaultloader: CELERY_IMPORTS is a setting for modules to be imported at worker init. vor 15 Jahren
  Ask Solem f65eef6510 Task Queue for Django -> Task Queue for Django/Python vor 15 Jahren
  Ask Solem d977250dfe Added FAQ: Can I use celery without Django? vor 15 Jahren
  Ask Solem 0935f92404 Now able to successfully use and run celery outside of Django vor 15 Jahren
  Ask Solem 04570bf149 Forgot to import pytyrant vor 15 Jahren
  Ask Solem e0c941cd33 Added signals: task_prerun + task_postrun vor 15 Jahren
  Ask Solem 041e245d9a Merge branch 'master' into nodjango vor 15 Jahren
  Ask Solem 142eef3022 Need to make this example more generic. vor 15 Jahren
  Ask Solem 2029fc491d Updated STOMP/ActiveMQ FAQ vor 15 Jahren
  Ask Solem f9f025424b Document the ``throw`` keyword argument to Task.retry vor 15 Jahren
  Ask Solem df612d3b22 More unit tests for Task.retry vor 15 Jahren
  Ask Solem 298ca20fba Worker now handles RetryTaskError and correctly marks the task status as RETRY vor 15 Jahren
  Ask Solem a19118e6ec Added BaseBackend.mark_as_retry to mark the task status as "RETRY" with the vor 15 Jahren
  Ask Solem 8a9669c3c4 Task.retry now always raises RetryTaskError (except if throw=False) vor 15 Jahren
  Ask Solem 41a38bb25f Task retries seems to be working with tests passing. Closes #7 vor 15 Jahren
  Ask Solem fe62c47cb0 Pass around the retries count (available as task kwarg "task_retries") vor 15 Jahren
  Ask Solem 93f6c1810c Clean-up and document Task.retry vor 15 Jahren
  Ask Solem 794582ebb2 Task Retries (not tested yet) Example: vor 15 Jahren
  Ask Solem 883da736ed Forgot to make shell listing a code block vor 15 Jahren
  Ask Solem 8a52a9ad33 Autogenerated documentation for github. vor 15 Jahren
  Ask Solem 7a30d99aa8 Added FAQ entry for how to use STOMP/ActiveMQ with celery vor 15 Jahren
  Ask Solem d8ae4b1c15 Make startup work with carrot backends that doesn't have certain AMQP vor 15 Jahren
  Ask Solem b573def0f0 Now depends on carrot 0.5.2 vor 15 Jahren
  Ask Solem d830190b62 AMQPConnection renamed to BrokerConnection for carrot 0.5.2 vor 15 Jahren
  Ask Solem 17cdae9220 AMQPConnectionException renamed to ConnectionException vor 15 Jahren
  Ask Solem b59be258c0 Remove unused import vor 15 Jahren
  Ask Solem af7bea2cc5 Fix docstring typo carrot.utils.retry_over_time -> celery.utils.retry_over_time vor 15 Jahren
  Ask Solem 9209f38139 PEP8ify vor 15 Jahren
  Ask Solem 5e49a18a40 Don't wildcard except vor 15 Jahren
  Ask Solem c3f9a628b0 Merge branch 'master' of git@github.com:ask/celery vor 15 Jahren