Historie revizí

Autor SHA1 Zpráva Datum
  Ask Solem 471c4ea5d4 ExceptionInfo now passed to Task.on_retry/on_failure as einfo keyword argument. před 15 roky
  Ask Solem a061dec095 Fixed rst syntax před 15 roky
  Ask Solem 97277e825e deprecated TaskSet.run removed (use TaskSet.apply_async instead) před 15 roky
  Ask Solem e09fc1af51 Updated Changelog with crontab feature před 15 roky
  Ask Solem 3ff2e37963 Moved date and time related utility functions to celery.utils.timeutils před 15 roky
  Ask Solem 2e5af1fe7f crontab: Added support for using day names for day_of_week ("SUN", "sunday", "sun", etc) před 15 roky
  Ask Solem ef3233470a Refactored ScheduledTask před 15 roky
  Patrick 538defaffa trim down is_due method před 15 roky
  Patrick e8835f1052 added ScheduledTask před 15 roky
  Ask Solem b78c597786 Removed Task.rate_limit_queue_type, as it was not really useful and makes refactoring easier. před 15 roky
  Ask Solem 03bd2ba802 Task.acks_late / CELERY_ACKS_LATE: Modify default ack behavior. před 15 roky
  Ask Solem 15833527be Renamed "running" to "started" před 15 roky
  Ask Solem f0b3d5b78e Merge branch 'runeh/master' před 15 roky
  Ask Solem 0f079e2b71 max_retries can now be None, which means it will retry forever. před 15 roky
  Rune Halvorsen 2c8f53c452 Added an option so the default behaviour is to not report running state. It's not needed in most cases před 15 roky
  Ask Solem a9aad77230 Added some missing docstrings. před 15 roky
  Ask Solem d76fbc957c Fixed delta_resolution for days, hours and minutes. před 15 roky
  Ask Solem 9a7d18570a Use custom logger for tasks, that supports task magic kwargs in formats. The default format for tasks (CELERYD_TASK_LOG_FORMAT) now includes task_id and před 15 roky
  Ask Solem 012ca1239f Added Task.delivery_mode / CELERY_DEFAULT_DELIVERY_MODE, with this you can configure tasks to be non-persistent. Closes #69. před 15 roky
  Ask Solem a3c2c539ef pyflakes před 15 roky
  Ask Solem 0cea91e322 Change variable name calc -> predicate před 15 roky
  Ask Solem ff572bbdd9 New magic kwarg: delivery_info. Used by retry() to resent the task to it's před 15 roky
  Mark Stover d0db7d4b5e Support exchange_type argument to apply_async(), defaults to Task.exchange_type před 15 roky
  Ask Solem 85fb35af30 try: finally is available in 2.4, just not try: except: finally před 15 roky
  Jesper Noehr 998b9e1fcf There, should've gotten most of core away from using finally. před 15 roky
  Ask Solem 85cbd63b1a Give better description of confusing throw argument to Task.retry. Closes #74 před 15 roky
  Ask Solem 721ec9475a Fixed internal use of deprecated method TaskSet.run -> TaskSet.apply_async před 15 roky
  Ask Solem d6c9188e12 Emit DeprecationWarning instead of PendingDeprecationWarning in TaskSet.run před 15 roky
  Ask Solem 03c9cbda1f Task.retry args/kwargs is now optional. Thanks to David Cramer před 15 roky
  Ask Solem 54af6cb491 More cleanup (docstrings etc) před 15 roky