Exception: Microsoft.Azure.Documents.RequestRateTooLargeException while querying from DocumentDB

y query is something like this.ProcessRequestSync(() => this.Client.CreateDocumentQuery<Model>(this.DocumentDBCollectionLink).Where(d => d.name.Equals(name) && d.code.Equals(co...