microscopic-river-74022
08/28/2023, 3:21 AMmicroscopic-river-74022
08/28/2023, 3:21 AMEADDRINUSE
indicates that the port number which the application is trying to bind to for listening to incoming requests is already in use. In this case, it's port 9777.
Unfortunately, the provided extracts do not contain specific information on how to resolve this issue in the context of Garden. However, a general solution would be to identify the process that is currently using the port and stop it, or to use a different port for your application.
Please refer to the official Garden documentation or their GitHub issues for more specific guidance.
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------swift-spring-8620
08/28/2023, 3:24 AMmicroscopic-river-74022
08/28/2023, 3:24 AMmicroscopic-river-74022
08/28/2023, 3:24 AMgarden sync restart
command. This command restarts all active syncs in your Garden system. The usage is as follows:
bash
garden sync restart <names>
Here, <names>
should be replaced with the name(s) of one or more Deploy(s) (or services if using modules) whose syncs you want to restart. You may specify multiple names, separated by spaces. To restart all possible syncs, specify '*' as an argument.
For more details, please refer to the Garden Commands Reference ().
Please note that the restart policy for local applications in Garden is set to restart infinitely with 1000ms between attempts by default. This is applicable for different module types like container (), jib-container (), configmap (), helm (), and kubernetes ().
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------swift-spring-8620
08/28/2023, 3:26 AMmicroscopic-river-74022
08/28/2023, 3:26 AMmicroscopic-river-74022
08/28/2023, 3:26 AMgarden sync restart
command followed by the name of your backend service. For example, if your backend service is named backend
, you would use the following command:
bash
garden sync restart backend
This command will restart the sync for your backend service, effectively restarting it.
For more details, please refer to the Garden Commands Reference ().
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------microscopic-river-74022
08/28/2023, 4:43 AMswift-spring-8620
08/28/2023, 4:43 AMmicroscopic-river-74022
08/28/2023, 4:43 AMNote: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------