Historique des commits

Auteur SHA1 Message Date
  Ask Solem 88a69b51e2 celery.worker.listener renamed to celery.worker.consumer, and .CarrotListener to .Consumer il y a 14 ans
  Ask Solem 395f99e296 Change all references of Carrot to Kombu il y a 14 ans
  Ask Solem c268470505 Added support for Kombu message compression using the CELERY_MESSAGE_COMPRESSION setting, or the compression argument to apply_async. Can also be set using routers. il y a 14 ans
  Ask Solem d7c5cc3704 get_broker_info moved to kombu.connection.BrokerConnection.info il y a 14 ans
  Ask Solem df2184a794 AMQP result backend now using Kombu il y a 14 ans
  Ask Solem 207ed49b7c Pidbox fixes il y a 14 ans
  Ask Solem 1187b1f328 tests passing again il y a 14 ans
  Ask Solem 22e53f9f9c Pidbox improvements il y a 14 ans
  Ask Solem a90a3a32b4 Merges branches master(app) and kombufy. il y a 14 ans
  Ask Solem 1dc6a2543a Added another community link il y a 14 ans
  Ask Solem 29fd07d0ad Added Bryan Berg to AUTHORS il y a 14 ans
  Bryan Berg 30d95a28e0 Fix UnboundLocalError in celerybeat logging when using logging setup signals. il y a 14 ans
  Ask Solem d2ac7cd486 Fixed typo platform -> platforms il y a 14 ans
  Ask Solem b33eaf8591 Honor ignore result for WorkerLostErrors and timeout errors. Closes #216 il y a 14 ans
  Ask Solem 284f1a56bf Added David Cramer to AUTHORS il y a 14 ans
  Ask Solem 8a8a51f6ed Merge branch 'dcramer/master' il y a 14 ans
  Ask Solem 83f06002d8 revert changes to FAQ il y a 14 ans
  David Cramer 9dd454824e Include exc_info in log messages il y a 14 ans
  Ask Solem d4a75425a3 Magic keyword arguments are now available as task.request. Tasks can choose to not accept magic keyword arguments by setting task.accept_magic_kwargs=False. task.retry/task.get_logger and task.update_state now uses the values in task.request by default. il y a 14 ans
  Ask Solem 781111e11c Programs --app argument module is now imported from the current directory il y a 14 ans
  Ask Solem dbe832f744 Can now configure the apps main module name, used to autogenerate the module name if '__main__' il y a 14 ans
  Ask Solem de428230ca pyflakes il y a 14 ans
  Ask Solem bb0f24dab7 paver releaseok now depends on pyflakes with no warnings. contrib/release/flakesignore.txt lists the warnings to ignore il y a 14 ans
  Ask Solem 08cf386994 Removed deprecated celery.models and celery.management.commands il y a 14 ans
  Ask Solem 075737669b tests passing again il y a 14 ans
  Ask Solem 2bc1b0ab06 Homepage: Added 2.1.1 newsitem il y a 14 ans
  Ask Solem 26482c2d70 Crontab tests: use less precision for almostEqual il y a 14 ans
  Ask Solem 80ba58654e unittests were actually creating the celerybeat schedule database file, which it is not allowed to il y a 14 ans
  Ask Solem 557e8e4d92 Removed all traces of the pool diagnose command il y a 14 ans
  Ask Solem fedde5e9ae Removed debugging print statement il y a 14 ans