Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
omus authored Jul 3, 2024
1 parent 422328f commit 8aa6585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graceful_termination.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function graceful_terminator(f; set_entrypoint::Bool=true)

# Remove any pre-existing named pipe as otherwise this will cause our `listen` call to
# fail. Should be safe to remove this file as it has been reserved for this PID. Only
# should be needed in the scenarion where the K8s pod has been restarted and the
# should be needed in the scenario where the K8s pod has been restarted and the
# location of the socket exists in a K8s volume.
ispath(socket_path) && rm(socket_path)

Expand Down

0 comments on commit 8aa6585

Please sign in to comment.