Improve speed of create/pause/resume actions
- Dominant language
- No language data
- Stars
- 301
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.