Commit History

Author SHA1 Message Date
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 14 years ago
  Ask Solem 2ff2183791 "settings.DEBUG leads to memory leak" warning is Django-specific so moved to django-celery 14 years ago
  Ask Solem 32bfacc8b1 celery.bin.celeryd + .celerybeat: Now use self.app.Worker / self.app.Beat 14 years ago
  Ask Solem 873adacdb7 decorators.task, + task.base.Task should use the current app if it exists. 14 years ago
  Ask Solem 9a329c9a5c app_or_default now returns the app that was instantiated last instead of the default (if any). 14 years ago
  Ask Solem d60d544092 TaskPool: Support taking the initargs argument to Pool() 14 years ago
  Ask Solem bbdad03c46 BaseApp/BaseLoader: Set config keys from cmdline on the App, not in the original dict. 14 years ago
  Ask Solem 94403fa9e7 celery.loaders.default: Only take names that are uppercase from the config module. 14 years ago
  Ask Solem c24011bc2a Pass app to multiprocessing pool workers. 14 years ago
  Ask Solem 6d7d4b4453 AMQP Backend: Support the x-expires argument for queues (using the CELERY_AMQP_TASK_RESULT_EXPIRES setting). 14 years ago
  Ask Solem ae38915aa2 cmdline config parser now supports using JSON for values. 14 years ago
  Ask Solem 2f06766298 celery.bin.base.Command: Import all modules lazily 14 years ago
  Ask Solem 588e650f46 Tests passing again 14 years ago
  Ask Solem 05de5a466d Remove celery.log.emergency_error. 14 years ago
  Ask Solem 56e9fea37e Remove left-over print statements 14 years ago
  Ask Solem 9e193f9517 Configuration must appear after '--': 14 years ago
  Ask Solem 324947e105 Merge branch 'master' into app 14 years ago
  Ask Solem d43d9646ba Introducing Celery.amqp.queues: .add, .select_subset, .format 14 years ago
  Ask Solem 9b66d0f1b3 CompatLogger: args/*args confusion 14 years ago
  Ask Solem eec93b23fa Make _CompatLoggerAdapter work on Python 2.4 14 years ago
  Ask Solem 30030cba53 worker.heartbeat: We may lost the race at interpreter shutdown, so the gc has already collected time.time(). 14 years ago
  Ask Solem 6707aefd3b timer2.Timer.run: We might lose the race at interpreter shutdown, so gc has already collected the built-in modules. 14 years ago
  Ask Solem 165afb9c71 The "func" argument to loggging.LogRecord was added in Py 2.5, and logging._checkLevel in 2.7, so need to support this on older versions. 14 years ago
  Ask Solem 1ca89298e6 Implemented celery.config_from_object + .config_from_envvar. 14 years ago
  Ask Solem fc0cb278f6 Fixed some typos in app-overview.rst 14 years ago
  Ask Solem 1aa8975315 docs/internals/app-overview.rst: Overview document about the changes in the "app" branch 14 years ago
  Ask Solem c99de0404c Found some more app leaks 14 years ago
  Ask Solem 2808bc3e9f celery.utils.info's functions moved to other places. 14 years ago
  Ask Solem 8cc8a0b49c Tests passing again 14 years ago
  Ask Solem 2ac5db7f37 Configuration is now referencing the original dict, not copying it. 14 years ago