mjumbewu / django-proxy

A simple HTTP proxy in a Django app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retry requests

Sk0fa opened this issue · comments

commented

Lib requests has such functionality as Retry.

https://www.peterbe.com/plog/best-practice-with-retries-with-requests

Is it possible to add the ability to use this functionality in django-proxy?