Skip to content

fix: Shutdown diagnostic thread if enabled - #312

Merged
keelerm84 merged 1 commit into
mainfrom
mk/sdk-725/shutdown-diagnostic-thread
Oct 1, 2024
Merged

fix: Shutdown diagnostic thread if enabled#312
keelerm84 merged 1 commit into
mainfrom
mk/sdk-725/shutdown-diagnostic-thread

Conversation

@keelerm84

Copy link
Copy Markdown
Member

No description provided.

@keelerm84
keelerm84 requested a review from a team as a code owner September 27, 2024 20:04
def __init__(self, original_input: EventInputEvaluation):
self.original_input = original_input


Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lots of little whitespace changes while I was in this file. You can ignore pretty much everything except the 3 lines I'll call out.

Comment on lines +495 to +497
if self._diagnostic_flush_workers:
self._diagnostic_flush_workers.stop()
self._diagnostic_flush_workers.wait()

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here are those 3 lines.

@keelerm84
keelerm84 merged commit cde6cfb into main Oct 1, 2024
@keelerm84
keelerm84 deleted the mk/sdk-725/shutdown-diagnostic-thread branch October 1, 2024 16:24
keelerm84 pushed a commit that referenced this pull request Oct 1, 2024
🤖 I have created a release *beep* *boop*
---


##
[9.7.2](9.7.1...9.7.2)
(2024-10-01)


### Bug Fixes

* Set explicit names for each spawned thread
([#311](#311))
([9c7777c](9c7777c))
* Shutdown diagnostic thread if enabled
([#312](#312))
([cde6cfb](cde6cfb))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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