Commit Verlauf

Autor SHA1 Nachricht Datum
  Ask Solem fa338c65d8 PEP8ify vor 15 Jahren
  Ask Solem 6dcf6a5cae Add information about default arguments to README vor 15 Jahren
  Ask Solem 6374355a1a Now uses inspect.getargspec to only pass on the default kwargs the task supports. vor 15 Jahren
  Ask Solem 197d8880ab Add a sensible __repr__ to ExceptionInfo for easier debugging vor 15 Jahren
  Ask Solem 559c68fec5 Changed FAQ: "Why is Task.delay/apply\*/celeryd just hanging?" (to be fixed in vor 15 Jahren
  Ask Solem 66ce9ad61e Added FAQ: The celery test-suite is failing. Closes #30 vor 15 Jahren
  Ask Solem dc339d3dd3 Document default keyword arguments passed to Task.run. Closes #33 vor 15 Jahren
  Ask Solem 16af178569 Now redirects stdout/stderr to the celeryd logfile when detached (YIPPEE!) vor 15 Jahren
  Ask Solem 5fb8e748d0 Sphinx: Add .rst file for celery.exceptions vor 15 Jahren
  Ask Solem 90eda9186e Sphinx: Add .rst file for celery.bin.celeryinit vor 15 Jahren
  Ask Solem 90009feabf Sphinx: Add .rst file for celery.backends.amqp vor 15 Jahren
  Ask Solem 156ff94a48 Move find_nearest_pickleable_exception + UnpickleableExceptionWrapper to celery.serialization vor 15 Jahren
  Ask Solem 076d016d3a Move TimeoutError to celery.exceptions vor 15 Jahren
  Ask Solem 2bbdbc1a5a Move AlreadyRegistered and NotRegistered to celery.exceptions vor 15 Jahren
  Ask Solem 24d6746e17 views.apply now correctly sets mimetype to "application/json" vor 15 Jahren
  Ask Solem 0835b8e6ad views.task_status now returns traceback if status is "FAILURE" or "RETRY" vor 15 Jahren
  Ask Solem 17f8c97010 views.task_status now returns exception if status is RETRY vor 15 Jahren
  Ask Solem 7cb2855e93 TaskSetResult.join causes TypeError when timeout=None. Thanks Jerzy Kozera. Closes #31 vor 15 Jahren
  Ask Solem bc4d31ac35 views.apply should return HttpResponse instance. Thanks to Jerzy Kozera. Closes #32 vor 15 Jahren
  Ask Solem e19b4d9d30 Save conversion of run_every from int to timedelta to the class attribute vor 15 Jahren
  Ask Solem b3338bffe8 Remove unneeded meta argument from celery.pool handlers, + make on_ready handle on_return as well, as on_return is not really needed anymore. vor 15 Jahren
  Ask Solem 0957ad2d4f Add Task.on_success, .on_retry, .on_failure handlers vor 15 Jahren
  Ask Solem 9212395bba Fix docstring references to celery.task.base.RetryTaskError -> celery.exceptions.RetryTaskError vor 15 Jahren
  Ask Solem 0b86c43bb5 Refactor jail() into celery.execute.ExecuteWrapper vor 15 Jahren
  Ask Solem f90491fe01 celery.utils.gen_unique_id: Workaround for http://bugs.python.org/issue4607 vor 15 Jahren
  Ask Solem 53389beab9 Daemon context apparently not reentrant, remove from signal handler. vor 15 Jahren
  Ask Solem c4c405d97e Add cookbook to documentation vor 15 Jahren
  Ask Solem 4dc50805c7 Set default task retry delay to 3 minutes (was 1 minute) vor 15 Jahren
  Ask Solem 4b7c831957 Close context on restart if detached vor 15 Jahren
  Ask Solem f25e7aea48 Set toctree maxdepth to 2 vor 15 Jahren