Modify ↓
Opened 20 years ago
Closed 19 years ago
#839 closed defect (wontfix)
Should retry when the database is locked
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | devel |
Severity: | minor | Keywords: | lock |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When something is writing to database and Trac try to access it's database it receive a locked exception. All is ok here but it should retry in one secound for example and between it display a message to user.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
I don't think this would be a good idea. The code to support this would be rather complex and fragile. If you have problems with the database being locked frequently, we provide alternatives for other DBs such as PostgreSQL (and soon MySQL).