Unable to get response for rasa training by REST call for duration greater than 15 min

I am training RASA chatbot with data sufficient to take more than 15 min on server but for duration greater than 15 min I am not getting any response from RASA, and also there is no timeout limit in the micro service from where I am producing training call but sometimes following rasa server raises following exceptions but this is not sanic server error which is by default 1 hr

2021-10-01 07:12:00 DEBUG urllib3.connectionpool - Starting new HTTPS connection (1): api.segment.io:443 2021-10-01 07:12:02 DEBUG rasa.telemetry - Skipping telemetry reporting: HTTPSConnectionPool(host=‘api.segment.io’, port=443): Max retries exceeded with url: /v1/track (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x7fe9093aeda0>: Failed to establish a new connection: [Errno 111] Connection refused’,)) 2021-10-01 07:12:02 DEBUG urllib3.connectionpool - Starting new HTTPS connection (1): api.segment.io:443 2021-10-01 07:12:02 DEBUG rasa.telemetry - Skipping telemetry reporting: HTTPSConnectionPool(host=‘api.segment.io’, port=443): Max retries exceeded with url: /v1/track (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x7fe7506f9f28>: Failed to establish a new connection: [Errno 111] Connection refused’,))

so if anyone has solution or alternative for this.

@pranav.pawar please share rasa version and above error screenshot.

Below are the rasa configurations and I am attaching 2 screenshots one when I get response after ahort training duration and 2 nd when I dont get response. both screenshots are of logs when model gets persisted and after that.!

Rasa Version : 2.6.1 Minimum Compatible Version: 2.6.0 Rasa SDK Version : 2.7.0 Rasa X Version : None Python Version : 3.6.9 Python Path : /usr/bin/python3

@pranav.pawar Where you are deploying or running the rasa open source, can you briefly give the steps?

created rasa image manually and launched a kubernetes pod for it… we access rasa pods through nodeport service