-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase docker command timeout #591
Conversation
Docker goes to into resource saver mode after 5 minutes of not running a container (by default). While in this mode, the commands we use for the docker check take quite some time (11+ seconds on my laptop). Increasing the timeout for 25 seconds instead. Read more here: https://docs.docker.com/desktop/use-desktop/resource-saver/
Co-authored-by: James Newton-King <[email protected]>
/backport to release/8.0-preview1 |
Started backporting to release/8.0-preview1: https://github.com/dotnet/aspire/actions/runs/6712252537 |
@davidfowl backporting to release/8.0-preview1 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Patch format detection failed.
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
@davidfowl an error occurred while backporting to release/8.0-preview1, please check the run log for details! Error: git am failed, most likely due to a merge conflict. |
Why does this bot suck 😄 |
* Increase docker command timeout Docker goes to into resource saver mode after 5 minutes of not running a container (by default). While in this mode, the commands we use for the docker check take quite some time (11+ seconds on my laptop). Increasing the timeout for 25 seconds instead. Read more here: https://docs.docker.com/desktop/use-desktop/resource-saver/ * Update src/Aspire.Hosting/Dcp/DcpHostService.cs Co-authored-by: James Newton-King <[email protected]> --------- Co-authored-by: James Newton-King <[email protected]>
* Increase docker command timeout Docker goes to into resource saver mode after 5 minutes of not running a container (by default). While in this mode, the commands we use for the docker check take quite some time (11+ seconds on my laptop). Increasing the timeout for 25 seconds instead. Read more here: https://docs.docker.com/desktop/use-desktop/resource-saver/ * Update src/Aspire.Hosting/Dcp/DcpHostService.cs --------- Co-authored-by: James Newton-King <[email protected]>
Docker goes to into resource saver mode after 5 minutes of not running a container (by default). While in this mode, the commands we use for the docker check take quite some time (11+ seconds on my laptop). Increasing the timeout for 25 seconds instead.
Read more here:
https://docs.docker.com/desktop/use-desktop/resource-saver/