Hacker News new | ask | show | jobs
by vbezhenar 3849 days ago
Usually "Throttled" response carries some information when you can retry. So simple middleware logic to retry with some generic timeout shouldn't be used, instead the response must be analyzed to find out the exact timeout.

Probably it's a thin line between client problem and server problem.