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

Perform eventlet monkey patching in the sensor wrapper #1016

Merged
merged 1 commit into from
Jan 27, 2015

Conversation

Kami
Copy link
Member

@Kami Kami commented Jan 25, 2015

Currently we explicitly perform it in the sensors, but with this change, we don't need to do this anymore.

Originally, the idea was not to perform it in the wrapper and the sensors who need it must explicitly opt-in (in general blocking is not an issue here since sensors run in a separate process).

And if this ever becomes a problem, we can also make it opt-in (or opt-out) via sensor metadata or via base-class.

@manasdk
Copy link
Contributor

manasdk commented Jan 27, 2015

👍

Kami added a commit that referenced this pull request Jan 27, 2015
…eypatching

Perform eventlet monkey patching in the sensor wrapper
@Kami Kami merged commit 8372276 into master Jan 27, 2015
@Kami Kami deleted the sensor_wrapper_eventlet_monkeypatching branch January 27, 2015 10:28
@winem winem mentioned this pull request Aug 19, 2020
25 tasks
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

Successfully merging this pull request may close these issues.

2 participants