Commit History

Author SHA1 Message Date
  Ask Solem b194fc3935 Use str.format and print_function 12 years ago
  Ask Solem 2c4fa2890b Use except .. as exc 12 years ago
  Ask Solem cfe2bc4bec removes more with_statement imports 12 years ago
  John Watson 740ae0efb0 BaseTask class not allowing override from settings 12 years ago
  Mher Movsisyan a803238c25 Merge branch 'issue802' 13 years ago
  Ask Solem a8d4123253 Task classes inheriting 'from celery import Task' should not use accept_magic_kwargs 13 years ago
  Ask Solem 2e0d7293a1 2.6 is now Celery 3.0 (Chiastic Slide) 13 years ago
  Ask Solem 359375ee72 Adds shared task decorator (from celery import shared_task), for library authors 13 years ago
  Ask Solem 09ab407067 Tests passing 13 years ago
  Ask Solem c06772304d Fixes for RetryTaskError exception 13 years ago
  Ask Solem 292b35b643 flake8 13 years ago
  Ask Solem c16c0fed24 Module celery.state renamed -> celery._state 13 years ago
  Ask Solem 71ca777f23 Removes Task.logger (not in 2.5) 13 years ago
  Mher Movsisyan 9377320b17 Renames time limit to timeout 13 years ago
  Mher Movsisyan 1ec9d17e0d Fixes issue #802: apply_async accepts time limits 13 years ago
  Ask Solem 7af762d1b7 More single quotes 13 years ago
  Ask Solem 566c4da7b4 Use ' instead of " 13 years ago
  Ask Solem cc1ae88ff9 Remove copyright texts from modules 13 years ago
  Ask Solem 66a8a9833c TaskSetResult renamed -> GroupResult 13 years ago
  Ask Solem 4e14f7605e Consistently use @task() (with parens) in docs 13 years ago
  Ask Solem f8d4bddc77 Flake8 13 years ago
  Ask Solem a686b662f9 100% coverage for celery.worker.hub 13 years ago
  Steeve Morin f3aed20ca3 Merge pull request #709 from steeve/patch-5 13 years ago
  Steeve Morin 3e09af587f Make sure when __call__ing a task, that a proper fresh request is pushed on the stack. 13 years ago
  Ask Solem 8af6e58598 More tests 13 years ago
  Ask Solem e4dbf1098e Adds celery.utils.log.get_task_logger 13 years ago
  Ask Solem c50789350d Tests passing 13 years ago
  Ask Solem b4a3f9f67e Modern Task class no longer supports: establish_connection(), get_publisher(), get_consumer() and get_logger() 13 years ago
  Ask Solem 58ca503749 Use MP_MAIN_MODULE when execv is used to properly rename __main__ tasks to App.main 13 years ago
  Ask Solem fa957dbc29 amqp related improvements 13 years ago