Li Qibin
Results
2
comments of
Li Qibin
> 1. yes, I made two schemas in my app, one for data validation and the another one for normalization. 2. This is what I did in my app. I...
@amks1 It's great that you have retry added. I tried the retry branch and found that it does not support try with interval argument. `retry=Retry(max=3, interval=10)` I checked rq docs...