XAS - upstream request timeout

0
Hey all, I'm running into issue where I wanna block user until microflow is finished, but microflow is longer then 15 s and because of it i'm getting XAS - upstream request timeout error. Locally everything works fine and i don't getting any error but on environment I getting it. I'm running app on premises is there any configuration that i need to change to be able to run blocking microflow longer? I didn't find any documentation about this. Best regards, Slavko
asked
1 answers
0

Please be careful with asynchronous microflows, I've had some serious issues with them in the past (mostly errors about newly created objects/uncommitted changes/read access).

I'm glad you found a work-around, but I would advise to solve the root-cause and indeed see if you can prolong the request time-out. Default values are like 2-5 minutes.

Although I would love to execute all my microflows within 15 seconds, it can be quite constraining. Good luck!

answered