Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return ResourceExhaustedError for consistent query buffer full (#4731)
<!-- Describe what has changed in this PR --> **What changed?** Return ResourceExhaustedError instead of WorkflowNotReady (which is FailedPrecondition). <!-- Tell your future self why have you made these changes --> **Why?** So this can be retried by client. <!-- How have you verified this change? Tested locally? Added a unit test? Checked in staging env? --> **How did you test it?** Existing unit tests <!-- Assuming the worst case, what can be broken when deploying this change to production? --> **Potential risks** No <!-- Is this PR a hotfix candidate or require that a notification be sent to the broader community? (Yes/No) --> **Is hotfix candidate?**
- Loading branch information