Category: Data, github, shell

by Azure Cosmos DB is a resource governed system that allows you to execute a certain number of operations per second based on the provisioned throughput you have configured.

With the help of a practical example, I’ll demonstrate how to incorporate fault-tolerance in your Go applications by handling and retrying operations affected by these rate limiting errors.

One way of tackling rate limiting is by adjusting provisioned throughput to meet your application requirements.

An equivalent Go version is available on GitHub and has been used in the sample application for this blog post.

Related Articles