You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently not a big deal, but it is not clear to me whether this gives the process time to respond to SIGTERM, beyond how long it takes kill to return and re-enter to do SIGKILL. Which is probably much faster than the target process can be interrupted. This is a concern if the target process is for e.g. a database.
Presently not a big deal, but it is not clear to me whether this gives the process time to respond to SIGTERM, beyond how long it takes
kill
to return and re-enter to doSIGKILL
. Which is probably much faster than the target process can be interrupted. This is a concern if the target process is for e.g. a database.go-processmanager/process.go
Line 170 in f204007
Ref.
mudler/LocalAI#1795
mudler/LocalAI#1273
The text was updated successfully, but these errors were encountered: