Dave (npub1rcn…dw4h) ⚔️ su || cd ⚔️ (npub1yda…h4tz) I notice in our PV alpha that we are getting 500 errors when we request "get a list of feeds that have updates over the last X amount of time".
We make a series of paginated requests until we get the full list. It seems like the process works fine for most of those requests, but eventually we get a 500 error response from one of the pages. Is this a known issue?
I think I'm just going to add some retry handling for when this happens and see if that resolves it.
