diff options
| author | Ralph Bean <rbean@redhat.com> | 2016-01-26 14:49:31 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2016-01-26 14:49:31 +0000 |
| commit | cca4e143b29f845e4e01458fb35d5ed86a106070 (patch) | |
| tree | 4f89a4d7988c2a13319df63f541bec3cdebbfa6b /roles/pdc | |
| parent | 82fb2dc0dcba42cadad9ec18c727cc1b5d63918d (diff) | |
| download | ansible-cca4e143b29f845e4e01458fb35d5ed86a106070.tar.gz ansible-cca4e143b29f845e4e01458fb35d5ed86a106070.tar.xz ansible-cca4e143b29f845e4e01458fb35d5ed86a106070.zip | |
Disable most PDC handlers.
Diffstat (limited to 'roles/pdc')
| -rw-r--r-- | roles/pdc/backend/templates/pdcupdater.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/roles/pdc/backend/templates/pdcupdater.py b/roles/pdc/backend/templates/pdcupdater.py index 200fe45c0..948d69954 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( |
