~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/launchpad_loggerhead/app.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-09 04:38:33 UTC
  • mfrom: (14452.4.2 deps)
  • Revision ID: launchpad@pqm.canonical.com-20111209043833-t3seekr7ehfhdshx
[r=jcsackett,
 lifeless][bug=708961] Bump to oops-amqp 0.0.5 for rabbit and
 oops-wsgi 0.0.8 for loggerhead.

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)