Azure Web Application fails to send request to third-party API after inactive time

Denis Kazakov 1 Reputation point
2020-01-23T15:04:35.407+00:00

We have simple web application hosted on Azure that interacts with BigCommerce via their API.

Last example for clearance:

  1. We want to send "Welcome Letter" for our new customer from Azure WebApp
  2. When our user clicks button in WebApp then it must pull customer's info from BigCommerce using their API
  3. BigCommerce API call fails until we restart WebApp in Azure (I am doing this by Publishing binaries from VisualStudio)
  4. When webapp restarted then BigCommerce API calls will work next hours or more from it

---
Can you help with this? How to prevent such behavior to keep web application alive and ready to interact with BigCommerce without restart?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,829 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. brtrach 251 Reputation points
    2020-02-07T03:19:35.837+00:00

    @Denis Kazakov can you please share the exact error message you are receiving when the API calls timeout? Knowing the error will help us to scope down the possible issues that could be causing this behavior. We look forward to your reply.

    0 comments No comments