| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-12 | Referential: Raise an error if the table lock times out | Teddy Wing | |
| Paired with Johan on this one. There's an internal timeout on our table lock. If it's reached, an `ActiveRecord::StatementInvalid<PG::LockNotAvailable>` error is raised. Use a custom error instead by "overriding" `#save` with a method that raises our custom error in that case instead. This will enable us to provide a custom user-facing error in the event this happens. Refs #5024 | |||
