apprunner-roadmap icon indicating copy to clipboard operation
apprunner-roadmap copied to clipboard

Improve speed of create/pause/resume actions

Open miksa-u opened this issue 2 years ago • 1 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do * not help prioritize the request If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request Need to improve speed of create/pause/resume actions. Currently they may take 2-5 minutes.

Describe alternatives you've considered No alternative available.

Additional context Here is example of 5 min create action for demo hello-app image.

04-17-2022 05:59:55 PM [AppRunner] Service status is set to RUNNING.
04-17-2022 05:59:55 PM [AppRunner] Deployment completed successfully.
04-17-2022 05:59:44 PM [AppRunner] Successfully routed incoming traffic to application.
04-17-2022 05:58:33 PM [AppRunner] Health check is successful. Routing traffic to application.
04-17-2022 05:57:01 PM [AppRunner] Performing health check on port '8000'.
04-17-2022 05:56:51 PM [AppRunner] Provisioning instances and deploying image.
04-17-2022 05:56:42 PM [AppRunner] Successfully pulled image from ECR.
04-17-2022 05:54:56 PM [AppRunner] Service status is set to OPERATION_IN_PROGRESS.
04-17-2022 05:54:55 PM [AppRunner] Deployment started.

And Google Cloud Run is about 10 times faster where such actions take just 10-30 sec.

miksa-u avatar Apr 20 '22 03:04 miksa-u

Any insight into the deployment speed from the App Runner team? It's disconcerting that Google Cloud Run is so much more performant.

cade-coreschedule avatar Jul 26 '23 22:07 cade-coreschedule