twitter / scoot

Scoot is a distributed task runner, supporting both a proprietary API and Bazel's Remote Execution.
Apache License 2.0
349 stars 48 forks source link

kill -9 for proc clean #577

Closed dgassaway closed 2 years ago

dgassaway commented 2 years ago

Stuck procs weren't responding to sigterm.

codecov-commenter commented 2 years ago

Codecov Report

Merging #577 (5a115bf) into master (cddff29) will increase coverage by 0.12%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #577      +/-   ##
==========================================
+ Coverage   54.91%   55.03%   +0.12%     
==========================================
  Files         122      122              
  Lines        8712     8712              
==========================================
+ Hits         4784     4795      +11     
+ Misses       3407     3399       -8     
+ Partials      521      518       -3     
Impacted Files Coverage Δ
cloud/cluster/node.go 60.86% <0.00%> (+4.34%) :arrow_up:
scheduler/domain/generators.go 71.64% <0.00%> (+4.47%) :arrow_up:
cloud/cluster/cluster.go 85.48% <0.00%> (+11.29%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cddff29...5a115bf. Read the comment docs.