You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Request decorator. earlier it was working fine. but now I am getting issue in that it never return failed state, in case of failure it always stucks into infinite retrying loop. Tried by setting max_retries value in decorator but nothing works.
getting below error on pod
Network error occurred: failed to do request: Get "https://xn--h2brj9c.xn--11b7cb3a6a/": dial tcp: lookup xn--h2brj9c.xn--11b7cb3a6a on IP:0:53 : no such host. Retrying in 20 seconds...
The text was updated successfully, but these errors were encountered:
I am using Request decorator. earlier it was working fine. but now I am getting issue in that it never return failed state, in case of failure it always stucks into infinite retrying loop. Tried by setting max_retries value in decorator but nothing works.
getting below error on pod
Network error occurred: failed to do request: Get "https://xn--h2brj9c.xn--11b7cb3a6a/": dial tcp: lookup xn--h2brj9c.xn--11b7cb3a6a on IP:0:53 : no such host. Retrying in 20 seconds...
The text was updated successfully, but these errors were encountered: