Disable most PDC handlers.
This commit is contained in:
parent
82fb2dc0dc
commit
cca4e143b2
1 changed files with 6 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue