提交历史

作者 SHA1 备注 提交日期
  Ask Solem fb17ee7a74 Pass task_id, args, kwargs to the handlers Task.on_sucess, .on_retry, 16 年之前
  Ask Solem bfe1690f94 Managed to merge gh-pages into master. Doh! 16 年之前
  Ask Solem 9e838e2dbc Merge branch 'gh-pages' of git@github.com:ask/celery 16 年之前
  Ask Solem c4f8e2f191 Properly format Changelog 16 年之前
  Ask Solem 6293f118b2 Sphinx conf: Configure django settings to properly load modules 16 年之前
  Ask Solem b42f9a1a85 Update Changelog for what's changed since 0.6.0 16 年之前
  Ask Solem fa338c65d8 PEP8ify 16 年之前
  Ask Solem 6dcf6a5cae Add information about default arguments to README 16 年之前
  Ask Solem 6374355a1a Now uses inspect.getargspec to only pass on the default kwargs the task supports. 16 年之前
  Ask Solem 197d8880ab Add a sensible __repr__ to ExceptionInfo for easier debugging 16 年之前
  Ask Solem 559c68fec5 Changed FAQ: "Why is Task.delay/apply\*/celeryd just hanging?" (to be fixed in 16 年之前
  Ask Solem 66ce9ad61e Added FAQ: The celery test-suite is failing. Closes #30 16 年之前
  Ask Solem dc339d3dd3 Document default keyword arguments passed to Task.run. Closes #33 16 年之前
  Ask Solem 16af178569 Now redirects stdout/stderr to the celeryd logfile when detached (YIPPEE!) 16 年之前
  Ask Solem e78a2c005c Add new reference HTML pages to gh-pages 16 年之前
  Ask Solem 16b711b1c6 Autogenerated documentation for github. 16 年之前
  Ask Solem 5fb8e748d0 Sphinx: Add .rst file for celery.exceptions 16 年之前
  Ask Solem 90eda9186e Sphinx: Add .rst file for celery.bin.celeryinit 16 年之前
  Ask Solem 90009feabf Sphinx: Add .rst file for celery.backends.amqp 16 年之前
  Ask Solem 156ff94a48 Move find_nearest_pickleable_exception + UnpickleableExceptionWrapper to celery.serialization 16 年之前
  Ask Solem 076d016d3a Move TimeoutError to celery.exceptions 16 年之前
  Ask Solem 2bbdbc1a5a Move AlreadyRegistered and NotRegistered to celery.exceptions 16 年之前
  Ask Solem 24d6746e17 views.apply now correctly sets mimetype to "application/json" 16 年之前
  Ask Solem 0835b8e6ad views.task_status now returns traceback if status is "FAILURE" or "RETRY" 16 年之前
  Ask Solem 17f8c97010 views.task_status now returns exception if status is RETRY 16 年之前
  Ask Solem 7cb2855e93 TaskSetResult.join causes TypeError when timeout=None. Thanks Jerzy Kozera. Closes #31 16 年之前
  Ask Solem bc4d31ac35 views.apply should return HttpResponse instance. Thanks to Jerzy Kozera. Closes #32 16 年之前
  Ask Solem e19b4d9d30 Save conversion of run_every from int to timedelta to the class attribute 16 年之前
  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. 16 年之前
  Ask Solem 0957ad2d4f Add Task.on_success, .on_retry, .on_failure handlers 16 年之前