Skip to content

Commit

Permalink
exit with delay
Browse files Browse the repository at this point in the history
  • Loading branch information
selimseker committed Nov 8, 2024
1 parent cbfd59e commit b49b49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func main() {
default:
// check if the compute node is running
if !utils.IsProcessRunning(pid) {
os.Exit(0)
utils.ExitWithDelay(0)
}
}
}
Expand Down

0 comments on commit b49b49b

Please sign in to comment.