WIP: pool timeouts/rich media cherry-picks
c65379afea
attempt to fix some tests
16bed0562d
Fix tests
a801dd7b07
Fix module struct matching
1e86da43f5
Credo
411831458c
Credo
Raise minimum PostgreSQL version to 12
d1c4b97613
Merge pull request 'Raise minimum PostgreSQL version to 12' (#786) from Oneric/akkoma:psql-min-ver into develop
2180d068ae
Raise log level for start failures
a3840e7d1f
Raise minimum PostgreSQL version to 12
b17d3dc6d8
Fix changelog
[bug] Rich media parser crashes, resulting in 504 and no posts being shown
thanks for the information ^
i will take a look at it and see how it works
f8f364d36d
Merge pull request 'Handle errors from HTTP requests gracefully' (#791) from wp-embeds into develop
0f65dd3ebe
remove pointless logger
38d09cb0ce
remove now-pointless clause
c9a03af7c1
Move rescue to the HTTP request itself
0f7ae0fa21
am i baka
[bug] Rich media parser crashes, resulting in 504 and no posts being shown
Handle errors from HTTP requests gracefully
Handle errors from HTTP requests gracefully
whilst this doesn't perhaps fix the core issues of rich media being on-demand, this will never not be a good idea to have as an emergency catch
future development may include things mentioned…
329d8fcba8
Merge pull request 'Update PGTune recommendations' (#795) from norm/akkoma:pgtune into develop
e2860e5292
Update PGTune recommendations
Update PGTune recommendations
[bug]
offset
parameter doesn't work
[bug]
offset
parameter doesn't work
offset
is not a valid parameter for this endpoint, due to it being a moving timeline - unsure where you found it documented as being valid
min and max id should be used
we are compatible…