commit | f4b5e0233341977aaa76593ca032d9ac4eba7444 | [log] [tgz] |
---|---|---|
author | larsrc <larsrc@google.com> | Tue Apr 13 07:08:24 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 13 07:09:34 2021 -0700 |
tree | be7de1b93a91418115bc78a2ce342e248a6ff7b0 | |
parent | dfe2a31bae5773608b49c864f0c3d3e2ad620289 [diff] |
Let workers finish lost races without delaying dynamic execution. If a worker is blocked on reading a response, it doesn't listen for interrupts. This changes blocking on reading to blocking on a sleep-loop, and if interrupted, the worker gets to finish in a separate thread before returning to the pool. This lets the action finish immediately. RELNOTES: None. PiperOrigin-RevId: 368207735
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md