This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 7a814f1403 Correcting the ETIMEDOUT error code and its usages (#36830)
7a814f1403 is described below

commit 7a814f1403752d42d309f79010d9214083eda762
Author: Amogh Desai <amoghrajesh1...@gmail.com>
AuthorDate: Wed Jan 17 16:52:26 2024 +0530

    Correcting the ETIMEDOUT error code and its usages (#36830)
---
 BREEZE.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/BREEZE.rst b/BREEZE.rst
index 28c43cbedb..834734a6e8 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -895,7 +895,7 @@ describe your problem.
     run Breeze with no problems.
 
 
-ETIMEOUT Error
+ETIMEDOUT Error
 --------------
 
 When running ``breeze start-airflow``, either normally or in ``dev-mode``, the 
following output might be observed:
@@ -942,7 +942,7 @@ could be 3-4.
   export ASSET_COMPILATION_WAIT_MULTIPLIER=3
 
 This error is actually caused by the following error during the asset 
compilation which resulted in
-ETIMEOUT when ``npm`` command is trying to install required packages:
+``ETIMEDOUT`` when ``npm`` command is trying to install required packages:
 
 .. code-block:: bash
 
@@ -963,8 +963,8 @@ In this case, disabling IPv6 in the host machine and using 
IPv4 instead resolved
 The similar issue could happen if you are behind an HTTP/HTTPS proxy and your 
access to required websites are
 blocked by it, or your proxy setting has not been done properly.
 
-It also could be possible that you have a proxy which is not available from 
your network, leading to the timeout
-issues. You may try these in the same terminal and then try the ``breeze 
start-airflow`` command:
+It could also be possible that you have a proxy which is not available from 
your network, leading to the timeout
+issue. You may try running the below commands in the same terminal and then 
try the ``breeze start-airflow`` command:
 
 .. code-block::
 

Reply via email to