-
Notifications
You must be signed in to change notification settings - Fork 814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[process] Correctly handle psutil.NoProcessFound when getting process state #1721
Comments
We're seeing this too, thanks for attending to it. |
+1 noticed this as well |
This calls for a minor release update ASAP, I do still get this with 5.3.4 which seems to be the latest version! |
talwai
added a commit
that referenced
this issue
Sep 4, 2015
5.4.6 is released. |
Confirmed 5.4.6 fixed this for us. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In situations where a process disappears after we discover its PID, we should be skipping over the subsequent interrogation of the process here. Currently the check is throwing errors like:
The text was updated successfully, but these errors were encountered: