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

Subscribe to 'resource timeout' exceptions #79

Closed
jacobbednarz opened this issue Apr 15, 2016 · 2 comments
Closed

Subscribe to 'resource timeout' exceptions #79

jacobbednarz opened this issue Apr 15, 2016 · 2 comments

Comments

@jacobbednarz
Copy link

Heya,
I've implemented the instrumentation for keeping an eye on the status of semian adapters however one that would helpful to add would be the 'timed out waiting for resource' exceptions which are raised from the C extension. This would be handy to see when configuring ticket counts and trying to find that sweet spot for your application.

I'm not sure how to best achieve (or even if it's possible) but if someone would like to point me in the right direction, I'm more than happy to take a swing at it.

Thanks!

@byroot
Copy link
Contributor

byroot commented Apr 15, 2016

Unless I misunderstood your request, that is the :busy event:

Semian.notify(:busy, self, scope, adapter)

@jacobbednarz
Copy link
Author

Thanks for the confirmation - I thought that was the case too however on my side the events from the semian instrumentation didn't match up to what we are seeing in our exception tracker. There is a possibility there is something fishy going on with way the exception tracker is rolling up these errors so let me take a look into that and explore that further.

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

2 participants