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
2021-05-05 19:44:35 +02:00
..
chewy
controllers Fix database serialization failure returning HTTP 500 (#16101) 2021-05-05 19:44:35 +02:00
helpers
javascript Improve description of keyboard shortcuts (#16129) 2021-05-04 23:23:36 +02:00
lib Fix media processing getting stuck on too much stdin/stderr (#16136) 2021-05-05 19:44:01 +02:00
mailers
models Fix media processing getting stuck on too much stdin/stderr (#16136) 2021-05-05 19:44:01 +02:00
policies
presenters
serializers
services Fix empty home feed before first follow has finished processing (#16152) 2021-05-04 04:45:08 +02:00
validators Fix existing username validator not allowing multiple accounts (#16153) 2021-05-04 14:22:04 +02:00
views
workers Fix empty home feed before first follow has finished processing (#16152) 2021-05-04 04:45:08 +02:00