You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So you were failing the fetch, but changing concurrent requests to 5 allowed you to start retrieving the feeds properly? Just making sure I'm understanding and you're not having an issue currently
Great idea here especially for your case where you're hitting the same domain in that instance. It can help with rate limiting and just overall better control.
Yes, they are limiting the number of simultaneous requests to between 5 and 10 at a time.
I think it would be interesting to let the user control the delay between each request, obviously setting a minimum limit of, like, 1 second to avoid spamming the domain.
While I was creating my feed channels
lore.kernel.org always returned
Failed to fetch RSS Feed after fallback attempts: http://lore.kernel.org/blablabla
by reducing ConcurrentRequests to 5, it can update normally
It would be interesting to be able to do something like this:
The text was updated successfully, but these errors were encountered: