I have a workflow Manually → Download file using Google Drive Node → update object using cloud storage node
After about an hour or so when I try to run this workflow, it just hangs at the google cloud storage node. However, and this is the weird part, if I stop the workflow and run it again, it runs fine.
It appears to be some sort of auth issue ? But get resolved when I runit again. And this behaviour is consistent. I don’t have to reauthenticate or anything. It just works the second time.
I need to run this workflow on a schedule so cancelling the job and retry is not an option.
I have the same issue. When I execute the workflow manually, it’s very fast 2-3s but when I execute the workflow outside, it always takes 5 minutes and I have to force to retry.
For anyone coming here in the future, the optimal setup for an upload node on google cloud is a 5 retry with a 5000ms (just cranking it up to the max for max success rate) wait between times. It’s crucial that you then also set “On Error” to stop workflow since “continue” and “continue (using error output)” ignores the retries. This way we combat google’s api being volatile at times