On hostname/.../Global.aspx I see an OrionApiPoller section with PollingTimeout and RequestTimeout:
What is the difference between PollingTimeout and RequestTimeout?
This page, https://documentation.solarwinds.com/en/success_center/sam/content/sam-api-poller-troubleshoot.htm#:~:text=By%20default%2C%20API%20poller%20requests,value%20in%20Advanced%20Configuration%20settings. , talks about the RequestTimeout and how we can increase that to give our API Poller requests more time to complete.
That makes sense. However, what does PollingTimeout do in relation to the OrionApiPoller section?
Thank you,
Nathan
@ctech291 Good question. RequestTimeout is referring to the request sent by the ApiPoller. PollingTimeout is referring to timeout of the jobengine job. I don't think i've had to modified this setting before, but I could see this could be useful if the job itself is taking longer than 60 seconds to complete.