aws-appsync-community icon indicating copy to clipboard operation
aws-appsync-community copied to clipboard

AppSync Timeout CustomTemplateException in Ten Seconds

Open tcco opened this issue 4 years ago • 7 comments

For AppSync GUI and AWS Amplify JS clients we are getting this error in ten seconds, where I've read it is defaulted to 30 seconds.

"CustomTemplateException(message=execution timed out, errorType=Http:ExecutionTimeoutException, data=null, errorInfo=null)"

Is timeout configurable for mutations? I've gone extensively through documentation and see timeout may of been removed for scalability concerns. Should we implement subscriptions if we expect to have requests that take a while to respond.

Thanks in advance

graphql-response graphql-response-time appsync-gui

tcco avatar Aug 20 '19 18:08 tcco

Unfortunately timeout is not configurable for mutations right now.

I will +1 as a feature request to AppSync team.

katzeforest avatar Sep 10 '19 21:09 katzeforest

Hey @katzeforest

Thanks for the response and +1. Are you able to confirm that the mutations timeout within 10 seconds?

Thanks

Tim Co

tcco avatar Sep 30 '19 20:09 tcco

I have a mutation returning execution timed out error after 30 seconds. Can we have a mutation with returning data in more than 30 seconds?

shbhmgrg avatar Feb 22 '21 18:02 shbhmgrg

I too am seeing 30 seconds, and I would like this to be configurable to allow for more time in specific cases when needed.

lincolnthomas avatar Sep 07 '21 19:09 lincolnthomas

30 seconds is a hard limit at present. Marking as a feature request.

jpignata avatar Nov 24 '21 14:11 jpignata

+1. I'm getting timeouts it seems at 45 seconds for queries. Where are these timeout lengths documented?

hisham avatar Dec 10 '21 03:12 hisham

Nevermind, I do see it is 30 seconds. Yes would be great if that is configurable.

hisham avatar Dec 10 '21 04:12 hisham