Skip to content
New issue

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

Allow jobs to be aborted #76

Open
rdeltour opened this issue Dec 11, 2014 · 4 comments
Open

Allow jobs to be aborted #76

rdeltour opened this issue Dec 11, 2014 · 4 comments

Comments

@rdeltour
Copy link
Member

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:

  • command in the Pipeline framework
  • probably changes in Calabash's API to have steps listen to an interrupt event
@bertfrees
Copy link
Member

+1

@capitancambio
Copy link
Collaborator

This is limited by calabash, we can't interrupt its thread without
expecting uncontrolled side effects (if at all)...

@bertfrees
Copy link
Member

I see...

@bertfrees
Copy link
Member

One idea is to have a "kill at own risk" command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants