Currently setting up a mastodon instance and it looks like all requests have a 20 second delay added. It's driving me crazy!
Anyone knows what's up? My google-fu is giving me nothing
@troy it’s an empty server without federation yet. All request are exactly 20.2 to 20.5 seconds which makes me think there is an artificial delay of 20s added somewhere
@vincent weird, is it just the api calls or everything like static files too?
@troy I figured it out, it was because I hand rolled my nginx config, and I didn't pass the remote IP like I should: https://github.com/mastodon/mastodon/blob/main/dist/nginx.conf#L146
So mastodon added an artificial rate limit
@vincent use the linuxserver container + cloudflare tunnels for a working 0 setup mastodon server
@vincent Is your sidekiq queue backing up?