You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Eugen Rochko 059df83d1d
Fix database serialization failure returning HTTP 500 (#16101)
Database serialization failure occurs when a read-replica is used
and a query takes long enough that rows on the primary database
become unavailable. It should return HTTP 503 as it is temporary.

Re-order rescue definitions according to their status codes
4 years ago
..
chewy
controllers Fix database serialization failure returning HTTP 500 (#16101) 4 years ago
helpers
javascript
lib
mailers
models
policies
presenters
serializers
services
validators
views
workers