Skip to content

Reliability fixes

Compare
Choose a tag to compare
@wmurphyrd wmurphyrd released this 18 May 02:06
· 132 commits to master since this release
  • Reduce request timeouts to fix delivery queue buildup when a dead server is in follows
  • Fix a context caching bug that forcing fresh fetches of security context on every json-ld operation
  • Keep the two core json-ld contexts in memory to reduce disk reads
  • Fix a race condition in post-work tasks that could cause new followers to miss an update
  • Remove validation requirement for Follow activities to have a to field so that we can accept follows from Mastodon
  • Fix cascading failures from tests due to inadequate isolation of request mocks

#49