zeroone2numeral2 / reddit-test

3 stars 1 forks source link

Increase retry timeout on reddit's 403/503 errors #185

Open RememberTheAir opened 3 years ago

RememberTheAir commented 3 years ago

when we receive a 403 (usually, the community is private) or 503 (no idea, sometimes it happens) error, wait a bit before fetching submission from that community again.

New db field required: do_not_retry_before

It would be cool if the timeout increased every time we get the error