Scripts should run with a database transaction timeout
Bug #704698 reported by
Stuart Bishop
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Critical
|
Unassigned |
Bug Description
Currently there is no protection for scripts holding open transactions for a long time. Sometimes, this is hours.
We need timeouts such as the webapp has causing scripts to abort if they hold open a transaction longer than a configurable time limit.
tags: | added: timeout |
To post a comment you must log in.
We have seen recent operational issues related to this, so its critical : we will avoid various timeout OOPS if we do this. We need to be cautious about the deployment of it - needs to be easy to turn off because many scripts likely fail the test right now.