Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/notes/2.33.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Thank you to [Klaviyo](https://www.klaviyo.com/) for their Platinum tier support

### General

The thread used by the [`workunit-logger`](https://www.pantsbuild.org/2.33/reference/subsystems/workunit-logger) is now named.

### Goals

### Backends
Expand Down
2 changes: 1 addition & 1 deletion src/python/pants/engine/streaming_workunit_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def __init__(
max_workunit_verbosity: LogLevel,
allow_async_completion: bool,
) -> None:
super().__init__(daemon=True)
super().__init__(daemon=True, name="workunit-stream")
self.scheduler = scheduler
self.context = context
self.stop_request = threading.Event()
Expand Down
Loading