We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A user of resource-intensive scripts should be able to cancel a job. For example, a 2-hour long TTS process must be interruptible.
What's needed:
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
This is limited by calabash, we can't interrupt its thread without expecting uncontrolled side effects (if at all)...
I see...
One idea is to have a "kill at own risk" command.
No branches or pull requests
A user of resource-intensive scripts should be able to cancel a job. For example, a 2-hour long TTS process must be interruptible.
What's needed:
The text was updated successfully, but these errors were encountered: