Damus
Mitch Downey :pci: profile picture
Mitch Downey :pci:
@Mitch Downey :pci:
@Dave @⚔️ su || cd ⚔️ 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.
3
Mitch Downey :pci: · 6w
I'll also add a slight delay between the paginated requests in case we're getting blocked for too many requests too quickly.