Commit History

Author SHA1 Message Date
  Ask Solem 533123874e pyflakes 15 years ago
  Ask Solem 19559a53b5 PEP8ify (using new version of pep8, 0.6.0) 15 years ago
  Ask Solem 86eb07feff Added support for expiration of AMQP results (requires RabbitMQ 2.1.0's support for the (signed-int)"x-expires" argument to queue_declare) 15 years ago
  Ask Solem 2e3ff873c5 Pool: Process timed out by TimeoutHandler must be joined by the Supervisor, so don't remove it from self._pool. Closes #192. 15 years ago
  Ask Solem 4065f617f8 TaskPublisher.delay_task now supports exchange argument, so exchange can be overriden when sending tasks in bulk using the same publisher. Closes #187. 15 years ago
  Ask Solem 4065f45842 Added Juarez Bochi to AUTHORS 15 years ago
  Ask Solem c88ff38d21 docs/community.rst: Added new links 15 years ago
  jbochi e9d0ca16e0 Reduced crontab tests resolution to two decimal places 15 years ago
  Ask Solem 49b274ee05 celery.schedules: Cosmetics 15 years ago
  Ask Solem c22962684b Merge branch 'jbochi/master' 15 years ago
  Ask Solem 12cfb3a55c pyflakes 15 years ago
  Ask Solem 77eb02f4f5 Rename curry -> partial 15 years ago
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 15 years ago
  Ask Solem 2ff2183791 "settings.DEBUG leads to memory leak" warning is Django-specific so moved to django-celery 15 years ago
  Ask Solem 32bfacc8b1 celery.bin.celeryd + .celerybeat: Now use self.app.Worker / self.app.Beat 15 years ago
  Ask Solem 873adacdb7 decorators.task, + task.base.Task should use the current app if it exists. 15 years ago
  Ask Solem 9a329c9a5c app_or_default now returns the app that was instantiated last instead of the default (if any). 15 years ago
  Ask Solem d60d544092 TaskPool: Support taking the initargs argument to Pool() 15 years ago
  Ask Solem bbdad03c46 BaseApp/BaseLoader: Set config keys from cmdline on the App, not in the original dict. 15 years ago
  Ask Solem 94403fa9e7 celery.loaders.default: Only take names that are uppercase from the config module. 15 years ago
  Ask Solem c24011bc2a Pass app to multiprocessing pool workers. 15 years ago
  Ask Solem 6d7d4b4453 AMQP Backend: Support the x-expires argument for queues (using the CELERY_AMQP_TASK_RESULT_EXPIRES setting). 15 years ago
  Ask Solem ae38915aa2 cmdline config parser now supports using JSON for values. 15 years ago
  Ask Solem 2f06766298 celery.bin.base.Command: Import all modules lazily 15 years ago
  Ask Solem 588e650f46 Tests passing again 15 years ago
  Ask Solem 05de5a466d Remove celery.log.emergency_error. 15 years ago
  Ask Solem 56e9fea37e Remove left-over print statements 15 years ago
  Ask Solem 9e193f9517 Configuration must appear after '--': 15 years ago
  Ask Solem 324947e105 Merge branch 'master' into app 15 years ago
  Ask Solem d43d9646ba Introducing Celery.amqp.queues: .add, .select_subset, .format 15 years ago