All nodes include timeout + retry policy

As described in this question : Workflow timeout seems not working - #3 by William_Guerzeder

I found out that mosts nodes (involving the S3 node which is used in my case) can’t have the timeout set up. And by default it’s something like 5 minutes which is huge. I don’t want my workflow to be stuck for 5 minutes before failing, i’d rather "fail and retry ".

Request : Being able to set timeout on nodes (and especially the s3 node) ,

You can already set this per-node:

2 Likes

yes thanks for your answer, and sorry for my message not being clear enough. I meant the timeout can’t be setup on most nodes. So it might take 5 minutes before retrying.