Yelp / sensu_handlers

Custom Sensu Handlers to support a multi-tenant environment, allowing checks themselves to emit the type of handler behavior they need in the event json
Apache License 2.0
75 stars 31 forks source link

fix 'Object#timeout is deprecated' #113

Closed somic closed 6 years ago

somic commented 6 years ago

By defining a local timeout method, which uses Timeout.timeout, we will prevent it from going all the way up to Object#timeout.