App Runner service creation failed

0

Unable to create app runner service, here is the App Runner service ARN - arn:aws:apprunner:eu-west-1:770785616967:service/website-app-deploy-test-envs/9b8c8ad1fa4a419f9960bac46f58b75a. Creating this onbehalf of the customer for github issue - https://github.com/aws/apprunner-roadmap/issues/110#issuecomment-1331809397

AWS
Hari
asked a year ago694 views
3 Answers
0

Hi @simon, We can definitely help in increasing the timeout, will let you know once the timeout is increased across all regions so you can retry this service again. Thanks

AWS
Hari
answered a year ago
  • Looking foward to it already :) thanks

  • Hi @simon, We have increased the timeout and the change is promoted across all regions, can you please give it a try and let us know

0

Hi Hari, yeah it can take quite a while, depends on the machine it's running on. For comparison, on github actions:

  • Run test pipeline / build core packages (pull_request) Successful in 5m
  • Run test pipeline / Build website-app and run tests (pull_request) Successful in 10m

there it takes 15 minutes in total (with a cache though).

Is there any possibility to modify the timeout?

simon
answered a year ago
  • Hi @simon, We have increased the timeout and the change is promoted across all regions, can you please give it a try and let us know

0

In this case, the build stage took more than 19 mins to complete which has caused the service creation to fail, possibly because the build is executing some custom script or running unit tests which is taking much longer to complete.

Question to @simllll [customer] - When you tested this locally how long did it to take to complete the execution of the build command? I am assuming we are using this command?

npm install && npm run build

AWS
Hari
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions