Flask-Shell2HTTP
Flask-Shell2HTTP copied to clipboard
Possibility to interrupt command
Is it possible to interrupt command (like CTRL+C)?
For example, I started Locust (load testing framework) for one file, now I want to stop it and start one more test with other params.
Hello.
At the moment, there's no way to request cancellation of a running command but I can see how it could be an useful addition to this package.
Meanwhile, you may be able to achieve what you want by providing a lower timeout
value and making force_unique_key=true
. Refer here.
@eshaan7 OMG, so fast! Thank you, waiting for new release
You're welcome, @njxqlus! This feature is available in the v1.9.0 release which is already live on pypi.
Delete endpoint still don't terminate or kill process. That's mean, for example, if I call sleep
for 10 minutes, process sleep
will exists for 10 minutes