README.md in knapsack_pro-0.47.0 vs README.md in knapsack_pro-0.48.0
- old
+ new
@@ -1012,14 +1012,14 @@
#### What happens when Knapsack Pro API is not available/not reachable temporarily?
##### for knapack_pro regular mode
-knapack_pro gem will retry requests to Knapsack Pro API multiple times every few seconds til it switch to fallback behaviour and it will split test files across CI nodes based on popular test directory names.
+knapack_pro gem will retry requests to Knapsack Pro API multiple times every few seconds til it switch to fallback behavior and it will split test files across CI nodes based on popular test directory names. When knapack_pro starts fallback mode then you will see a warning in the output.
##### for knapsack_pro queue mode
-knapack_pro gem will retry requests to Knapsack Pro API multiple times every few seconds til it fails.
+knapack_pro gem will retry requests to Knapsack Pro API multiple times every few seconds till it switches to fallback behavior and it will split test files across CI nodes based on popular test directory names. Note that if one of CI nodes will lose connection to Knapsack Pro API but other not then you may see that some of the test files will be executed on multiple CI nodes. Fallback mode guarantees each of test files is run at least once across CI nodes. Thanks to that we know if the whole test suite is green or not. When knapack_pro starts fallback mode then you will see a warning in the output.
#### How can I change log level?
You can change log level by specifying the `KNAPSACK_PRO_LOG_LEVEL` environment variable.