we have a Timer running for every 5mins for a Server action that contains a REST API which waits 60secs for response after that it will raise an error as operation has timed out. To handle this timed out error we included an Exception Handler, with a call to the Server action again.
This process is working fine up to 10mins after that Timer is giving Scheduler Error as below.
Regards,
Saranya P
Last I saw this giving error, it was a problem within the server 'antivirus', and I only solved the problem by disabling it.
Could you share your espace? It`s a little bit odd having a timer that run every 5 minutes, that on timeout exception, you call the timer`s action again... It`s possible that you`re overflowing the server with calls to this timer, an so it trows this exception.
@Saranya
The way you are treating the timeout (calling the same action again) sounds fishy...
What kind of process are you trying to achieve? After the REST API call what do you do?
Meanwhile I'll leave you this link with some information about timeouts. You should know about the different timeouts in the platform before troubleshooting your app.
Cheers,
João Heleno
This post covers this issue: https://www.outsystems.com/forums/discussion/15641/tip-the-underlying-connection-was-closed-an-unexpected-error-occurred-on-a-rece/Hugs and kisses,TdS.