Purusottam

Results 6 comments of Purusottam

We have started working on Cloud Function, IAM, Cloud Run and Database related services. Will open PRs one after another in next few weeks.

We have started working on GCP Database related services. Will open PRs one after another in next few weeks.

@jbar462 Can you try using `AWS_RETRY_MODE=standard` as an environment variable for handling the request errors? Legacy mode does not handle TooManyRequestsException. Whereas "standard" mode takes care of this. [https://boto3.amazonaws.com/v1/documentation/api/latest/guide/retries.html#standard-retry-mode](url)

@kedarghule @achantavy We messed up with our commits on our fork. So, we ended up with such a huge PR. Can you guys please review the changes? Note: We are...

My vote is for Option B. This makes life easy for incorporating the Neo4j v4.x support without repeating a lot of boilerplate code.

Hi, I am getting a similar issue. While rendering a collection of items, if one of the item throws exception, the entire rendering is failing. Is there a way to...