Hey all! I am receiving this error occasionally (~1 every few days) when trying to start a workflow in temporal cloud.
"cause": {
"code": 13,
"details": "Received RST_STREAM with code 2 (Internal server error)",
"metadata": {}
}
Based on the other posts I have read, this seems like it is a bug with either node or gRPC. Does anyone have any suggestions on how to best handle this? I was thinking if I catch the error and try to resubmit the workflow that might work since it is such an intermittent error.
Thanks in advance