QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
191 stars 100 forks source link

Increase timeout and enhance error logs in `lean live stop` command #371

Closed Marinovsky closed 9 months ago

Marinovsky commented 9 months ago

Due to the nature of some kind of algorithms, we have increased the timeout of lean live stop command to 60 seconds. If after this time, the algo has not yet stopped, we will throw an exception with an advice to run the command mentioned within to see Docker logs to find more information. This PR is expected to close issue #367.