Depends on D19130. Ref T13088. Currently, when a build log is closed we compress it in the same process. Separate this out into a dedicated worker since the plan is to do a lot more work during finalization, none of which needs to happen inline during builds (or, particuarly, inline during a Conduit call for API writes in the future).
Details
Details
- Reviewers
- None
- Maniphest Tasks
- T13088: Plans: Harbormaster UI usability and interconnectedness
- Commits
- rP32c6b649dd21: Move Harbormaster log compression to the worker task queue
Ran bin/harbormaster write-log --trace, saw compression run inline.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable