Apologies if this is off-topic, but I noticed an issue with nimbus202x.
In short, I am polling every minute to get-sth and when there are more than 4096 leaves available (compared to my last download) I trigger a download in blocks of 256 until I receive them all). This is done in blocks of 4096 leaves.
However, sometimes the requests fail because less than 256 are returned.
Interestingly the get-sth calls are not consistent. See a snapshot below for calls to nimbus2024
These are in reverse chronological order. You can see that some calls offer a much older timestamp with a smaller tree size.
This is very nasty behaviour and I suspect it's down to load balanced servers or caches not being synchronized properly.
Has anyone seen this before?