From cca4e143b29f845e4e01458fb35d5ed86a106070 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 26 Jan 2016 14:49:31 +0000 Subject: [PATCH] Disable most PDC handlers. --- roles/pdc/backend/templates/pdcupdater.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/roles/pdc/backend/templates/pdcupdater.py b/roles/pdc/backend/templates/pdcupdater.py index 200fe45c04..948d699543 100644 --- a/roles/pdc/backend/templates/pdcupdater.py +++ b/roles/pdc/backend/templates/pdcupdater.py @@ -52,11 +52,13 @@ config = { # We have an explicit list of these in the config so we can turn them on # and off individually in production if one is causing an issue. 'pdcupdater.handlers': [ - 'pdcupdater.handlers.pkgdb:NewPackageHandler', - 'pdcupdater.handlers.pkgdb:NewPackageBranchHandler', - 'pdcupdater.handlers.rpms:NewRPMHandler', + ## XXX - these all use bulk operations which time out behind our + ## proxies. We need to rewrite them to do things one-by-one. + #'pdcupdater.handlers.pkgdb:NewPackageHandler', + #'pdcupdater.handlers.pkgdb:NewPackageBranchHandler', + #'pdcupdater.handlers.rpms:NewRPMHandler', + #'pdcupdater.handlers.persons:NewPersonHandler', 'pdcupdater.handlers.compose:NewComposeHandler', - 'pdcupdater.handlers.persons:NewPersonHandler', ], 'logging': dict(