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

Commando: Bubble Up Exceptions #290

Open
supertylerc opened this issue May 1, 2016 · 4 comments
Open

Commando: Bubble Up Exceptions #290

supertylerc opened this issue May 1, 2016 · 4 comments

Comments

@supertylerc
Copy link
Contributor

Commando should be able to bubble up exceptions. There are use cases where we might want to immediately stop all the things if any device encounters an issue.

@jathanism
Copy link
Member

Can you clarify what you mean by bubble up? Do you mean handling them "somehow"?

Also, is this potentially something that could already be covered by overloading Commando.errback()?

@supertylerc
Copy link
Contributor Author

I mean that if an exception occurs, I want it to behave like an exception instead of being captured. You had mentioned overloading errback in chat previously. I'll have a look and see.

@jathanism
Copy link
Member

@supertylerc The other thing is combining that with with_errors=False, right?

@coxley
Copy link
Contributor

coxley commented May 21, 2016

FWIW, I've had success overloading errback in the past. Unfortunately it's been too long to summon an example. :(

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

No branches or pull requests

3 participants