Johannes Brück
Johannes Brück
As I wrote I'm not aware of anything else calling the API. I even uninstalled the app from my phone. The documentation still says this: > It is therefore advised...
Can we maybe add some debug logging to check if more API calls than expected are happening? I have configured it for the vicare component like this but it doesn't...
Yes I checked it there, but it only shows them with a monthly resolution, so not really useful. How is this working with the manual scheduling when the `update_entity` service...
I was able to use `/health` as health check path now and this works. Not sure if this is documented somewhere, at least I didn't find anything. Would be great...
> It's probably rate-limited. It's related to this [feature](https://www.fngtps.com/2019/rails6-blocked-host/) in Rails. None of the requests went through, so it's a hard block, no rate limit. `/health` is explicitly excluded [here](https://github.com/mastodon/mastodon/blob/main/config/initializers/1_hosts.rb#L34)...