This is an automated email from the ASF dual-hosted git repository.
husseinawala 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 5a3ee90182 Remove `breeze restart` reference from `BREEZE.rst` (#31326)
5a3ee90182 is described below
commit 5a3ee90182429fa7b7a7607dcfcb946897646efd
Author: Shahar Epstein <[email protected]>
AuthorDate: Tue May 16 22:16:12 2023 +0300
Remove `breeze restart` reference from `BREEZE.rst` (#31326)
---
BREEZE.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/BREEZE.rst b/BREEZE.rst
index 459fa4c84e..d1dd51c4e2 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -1982,7 +1982,7 @@ Finally you can specify ``--integration all-testable`` to
start all testable int
``--integration all`` to enable all integrations.
Once integration is started, it will continue to run until the environment is
stopped with
-``breeze stop`` command. or restarted via ``breeze restart`` command
+``breeze stop`` command.
Note that running integrations uses significant resources - CPU and memory.