История коммитов

Автор SHA1 Сообщение Дата
  Ask Solem dc7a841583 Added Task.send_error_emails + Task.error_whitelist, so these can be configured per task instead of just globally. 15 лет назад
  Ask Solem 38596b6156 Added Task.store_errors_even_if_ignored, so it can be changed per Task, not just globally. 15 лет назад
  sdcooke 1a970be930 Adding expires to Task 15 лет назад
  Ask Solem ee8e04d4e3 PEP8ify + pyflakes 15 лет назад
  Ask Solem ab7f041fc7 Cosmetics 15 лет назад
  Ask Solem 7ddf622a5b All tests passing again 15 лет назад
  Ask Solem 40d0500e86 celerybeat: Added Interface required for the Django database scheduler to work. 15 лет назад
  Ask Solem 1ab0847e35 Merge branch 'master' into dbschedule 15 лет назад
  Ask Solem c3cd202b9a Added Task.__name__ as an alias to self.__class__.__name__. Thanks to _cheerios. 15 лет назад
  Ask Solem bee56a6460 Task.retry: Raise TypeError if kwargs argument is empty. Closes #164. Thanks to bmbouter. 15 лет назад
  Mikhail Gusarov 4686af8d34 Fix default_retry_delay docstring to match reality 15 лет назад
  Ask Solem af39e06e6b Fixed docstring for Task.apply 15 лет назад
  Gunnlaugur Thor Briem c35dbaef22 Merge branch 'master' of http://github.com/ask/celery 15 лет назад
  Gunnlaugur Thor Briem 280cbb4839 Fix incorrect config key in documentation 15 лет назад
  Ask Solem 0b1bc043ac Last commit made test invalid and broke the build 15 лет назад
  Ask Solem c5b924f13d More :returns: 15 лет назад
  Ask Solem acfb51c045 API reference: Fix :returns: / :rtype: so they work with Sphinx 1.0b2 15 лет назад
  Ask Solem ac9b4a7f83 Task.__reduce__: Properly pickle task instances created with the task decorator 15 лет назад
  Ask Solem e125622a31 Task.establish_connection: Position of argument changed. 15 лет назад
  Ask Solem bfce48edee PeriodicTasks to be removed in 1.6.. 15 лет назад
  Ask Solem 94eebc164d Task.queue: If set, message options will be taken from the entry in CELERY_QUEUES 15 лет назад
  Ask Solem bffe590b54 Merge branch 'master' into dbschedule 15 лет назад
  Ask Solem 2810ab8b14 .task.sets.subtask can now be used to pass around tasks as callbacks. 15 лет назад
  Ask Solem 5a899d75bf celery.worker.job.TaskWrapper renamed -> celery.worker.job.TaskRequest 15 лет назад
  Ask Solem b8972f1b92 Renamed celery.worker.pool -> celery.concurrency.processes 15 лет назад
  Ask Solem c03cd2202a Lots of documentation improvements 15 лет назад
  Ask Solem ad955af185 Refactored stuff out of celery.task.base. 15 лет назад
  Ask Solem 4e57d705e9 Billiard moved back to celery repo, as Debian doesn't approve much of it. 15 лет назад
  Ask Solem f508afbf90 Periodic Tasks deprecated in favor of CELERYBEAT_SCHEDULE setting. 15 лет назад
  Ask Solem 5d60b69374 Task.after_return: Handler called after the task returns. Thanks to jonozzz. Closes #114. 15 лет назад