We're attempting to set up an Umbraco 7 app on Azure and having some trouble getting new instances to warm up before coming online.
During testing, we see an error before indexes have built when the scale-out happens (we've seen it both by clicking around, and by using Gatling for load testing).
Here are a few facts that you may want to know the answers to:
We've set applicationInitialization to hit a number of pages
Health check in Azure is set up and pointing to the root page
Umbraco 7.15.6
Caches are stored in blob storage
Images are served from blob storage
Examine 0.1.92
How do we avoid warm up issues and errors before the instance comes online?
Azure Autoscale Warmup Issues
Hi,
We're attempting to set up an Umbraco 7 app on Azure and having some trouble getting new instances to warm up before coming online.
During testing, we see an error before indexes have built when the scale-out happens (we've seen it both by clicking around, and by using Gatling for load testing).
Here are a few facts that you may want to know the answers to:
applicationInitialization
to hit a number of pagesHow do we avoid warm up issues and errors before the instance comes online?
Thanks,
Ben
Please verify, that examine settings is
https://our.umbraco.com/Documentation/Getting-Started/Setup/Server-Setup/Load-Balancing/flexible-v7
They are indeed! Taken directly from the Examine v0.1.83+ section in that article. The indexes work but that initial start up throws errors for us.
Thanks for getting back to me!
Can you share what error do you have?
is working on a reply...