3 best practices to reduce application downtime with Google Cloud's API monitoring tools
Maintain high uptime and performance for your APIs without any overheads using Google Cloud’s API monitoring tools.
The latest News and Information on Cloud monitoring, security and related technologies.
Maintain high uptime and performance for your APIs without any overheads using Google Cloud’s API monitoring tools.
These three top cloud providers are used daily by millions of users across the world – but what sets them apart? We take a magnifying glass to the features that matter.
I have been building a feature on elmah.io lately that picks up validation results from an external API. Before serverless was a thing, I would probably have done this using a scheduled task or Windows Service using Hangfire or similar. But after having migrated everything to serverless Azure Functions, I wanted a good solution running similarly. Azure Durable Functions turned out as the perfect companion and in this post, I'll show you a possible way to implement polling of an asynchronous API.