Jump to content
The Twitter Feeds are now back on the Platform ×
  • 0

API timeout from Azure Container


Anjanakap

Question

HTTPSConnectionPool(host='api.ig.com', port=443): Read timed out. (read timeout=None)

 

endpoint : /prices/{epic}/{resolution}/{numPoints}  
I have developed a bot to place trades based on a few strategies. I have containerised the application, deployed it locally, and let it run for days without any problems. However, the same container deployed to the Azure container platform is getting an intermitted timeout. ( I am trying to get the last two price updates every 5min). GET '/prices/CS.D.AUDUSD.MINI.IP/MINUTE_10/2' 

Link to comment

1 answer to this question

Recommended Posts

  • 0
7 hours ago, Anjanakap said:

HTTPSConnectionPool(host='api.ig.com', port=443): Read timed out. (read timeout=None)

 

endpoint : /prices/{epic}/{resolution}/{numPoints}  
I have developed a bot to place trades based on a few strategies. I have containerised the application, deployed it locally, and let it run for days without any problems. However, the same container deployed to the Azure container platform is getting an intermitted timeout. ( I am trying to get the last two price updates every 5min). GET '/prices/CS.D.AUDUSD.MINI.IP/MINUTE_10/2' 

Hi @Anjanakap

Thank you for reaching out. Unfortunately we do not support any 3rd party coding platforms/containers. Have a look at Azure Container site to get more assistance. All the best, OfentseIG

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...