~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/launchpad_loggerhead/app.py

  • Committer: Robert Collins
  • Date: 2011-12-09 04:27:11 UTC
  • mto: This revision was merged to the branch mainline in revision 14458.
  • Revision ID: robertc@robertcollins.net-20111209042711-gfpc9ntgbngn6obc
Generate OOPS from bazaar.launchpad.net on slow responses (7 seconds or more).

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
    """
325
325
    error_utility = make_error_utility()
326
326
    return oops_wsgi.make_app(app, error_utility._oops_config,
327
 
            template=_oops_html_template)
 
327
            template=_oops_html_template, soft_start_timeout=7000)