Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Mar 5, 2024
1 parent a0e2670 commit c66f6bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/graceful_termination.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ function graceful_terminate(pid::Integer=entrypoint_pid(); wait::Bool=true)
# println(io, "preStop called")
# end


sock = connect(_socket_path("graceful-terminator.$pid"))
println(sock, "terminate")
close(sock)
Expand Down

0 comments on commit c66f6bb

Please sign in to comment.