quotagoogle-workflows

Does Cloud Workflows executions really fail when the Failed status reaches 2000?


I have a question about "Concurrent executions" in the following document. https://cloud.google.com/workflows/quotas?hl=en#request_limit

I would like to leave execution in a failed state or delete failed execution.

But I read the document and it reads as follows:

I would first like to confirm that this perception is correct.

Does every workflow executions have to be Success?

I read the document https://cloud.google.com/workflows/quotas?hl=en#request_limit Google Cloud Workflows - Concurrent executions limit


Solution

  • Concurrent executions only counts executions that have not yet completed or failed. Executions in a failed state are not counted, so you are fine to leave them (which is usually what you want for inspecting and processing later).