iv-org / documentation

The official Invidious documentation
https://docs.invidious.io
Creative Commons Zero v1.0 Universal
567 stars 154 forks source link

Use trending api for health checks instead of comments #530

Closed ChunkyProgrammer closed 4 months ago

ChunkyProgrammer commented 4 months ago

Using the Trending API by default for health checks is a nice workaround for heath checks failing due to the new comment format. I also imagine that going to the Trending API every 30 seconds might appear to be more normal than getting comments from a specific video every 30 seconds (even if that video is very popular).

This is a docs PR for: https://github.com/iv-org/invidious/pull/4561