Conversation
| chunk_req, | ||
| *args | ||
| ), | ||
| max_retries=1, |
There was a problem hiding this comment.
Running this with max_retries=1 should make a different from the original code, since it'll just call the function once - are you sure this is what fixed the issue?
There was a problem hiding this comment.
if the process fails, the sender will put the request chunk back into the cache.
Running this with
max_retries=1should make a different from the original code, since it'll just call the function once - are you sure this is what fixed the issue?
There was a problem hiding this comment.
Yes, but either way I don't think making this changes helps, since either way the function is only called once.
|
Could you please make sure the formatting checks pass? You can check them with: |
|
Hi Sarah, I add try and catch to the receiver and the sender. However, I can't test.
|
Fix bug #907 #908