This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app
ThibG 2b1190065c Retry thread resolving (#5599)
Thread resolving is one of the few tasks that isn't retried on failure.
One common cause for failure of this task is a well-connected user replying to
a toot from a little-connected user on a small instance: the small instance
will get many requests at once, and will often fail to answer requests within
the 10 seconds timeout used by Mastodon.

This changes makes the ThreadResolveWorker retry a few times, with a
rapidly-increasing time before retries and large random contribution in order
to spread the load over time.
2017-11-11 16:49:04 +01:00
..
controllers Add ability to disable login and mark accounts as memorial (#5615) 2017-11-07 19:06:44 +01:00
helpers Show the local couterpart of emoji when it exists in /admin/custom_emojis (#5467) 2017-11-07 14:49:32 +01:00
javascript Fix focused background color of direct toots (#5642) 2017-11-09 19:40:34 +01:00
lib Avoid emojifying on invisible text (#5558) 2017-11-07 14:48:13 +01:00
mailers Add ability to disable login and mark accounts as memorial (#5615) 2017-11-07 19:06:44 +01:00
models Add and Remove tests for FollowRequest (#5622) 2017-11-09 14:36:52 +01:00
policies
presenters
serializers
services Fix process mentions for local users, as local users are considered to use OStatus (#5618) 2017-11-07 22:15:15 +01:00
validators
views i10n OC: Memorial (#5615) + #5467 (#5623) 2017-11-08 15:19:49 +01:00
workers Retry thread resolving (#5599) 2017-11-11 16:49:04 +01:00