-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Reorder on_finish call order to correctly instrument all tornado work done during a request #499
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @pitabwire, thanks for the PR. Is it possible to add a test to capture the issue being fixed here?
Also please add an entry to CHANGELOG.md.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat 😎
Yes, please add a test, as requested by @codeboten ✌️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice ✌️
@pitabwire |
Description
This PR ensures trace processing is closed only after tornado's on_finish method is called
Fixes #495
Type of change