Ask about zero_curves and forward_curves API when send request and got retry message

Options

I would like to know the root cause when I send a request to these API and sometimes it's got the message something like " rdp_requester.py - n time retry. wait for x sec. " I wonder why this message appears and how can I avoid it?

Best Answer

  • nick.zincone
    nick.zincone admin
    Answer ✓

    Hi @nuttanon.jitsamran,

    Looking at the logs you submitted, it appears the IPA service is complaining about too many concurrent requests. Was this the error you were referring to in your original post? Using the same code, have you tried to limit the request load/frequency to see if it helps?

Answers