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

Refactor Eventful vs. exceptions #628

Closed
feliam opened this issue Dec 5, 2017 · 1 comment
Closed

Refactor Eventful vs. exceptions #628

feliam opened this issue Dec 5, 2017 · 1 comment

Comments

@feliam
Copy link
Contributor

feliam commented Dec 5, 2017

We need a way to publish events without caring about exceptions.

def _publish_noex(self, *args, **kwargs):
   try: self._publish();except: pass

To publish events at sensitive algorithms. Example event: load_state

@ehennenfent ehennenfent added this to the Validate Existing issues milestone Jan 23, 2019
@ehennenfent ehennenfent removed this from the Validate Existing issues milestone Feb 26, 2019
@ehennenfent
Copy link
Contributor

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

2 participants