Skip to content

Commit

Permalink
Correcting the ETIMEDOUT error code and its usages (#36830)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghrajesh committed Jan 17, 2024
1 parent 50b719f commit 7a814f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BREEZE.rst
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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::
Expand Down

0 comments on commit 7a814f1

Please sign in to comment.