~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webapp/doc/timeout.txt

  • Committer: Curtis Hovey
  • Date: 2011-12-24 18:33:21 UTC
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224183321-hvgfx01s9yi2iliy
Fix includes to webapp zcml.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
Launchpad request shouldn't take more than a fix number of seconds to
4
4
complete. The database adapter issues RequestExpired errors when the
5
 
database takes too long to respond (see
6
 
lib/canonical/launchpad/webapp/ftests/test_adapter.txt)
 
5
database takes too long to respond (see webapp/ftests/test_adapter.txt)
7
6
 
8
7
The app server is also configured with a default timeout function (for
9
8
functions wrapped with the @with_timeout decorator) that computes the