Skip to content
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

Too hard to associate Ampoule worker IDs with real processes #11

Open
moshez opened this issue Dec 14, 2017 · 0 comments
Open

Too hard to associate Ampoule worker IDs with real processes #11

moshez opened this issue Dec 14, 2017 · 0 comments

Comments

@moshez
Copy link
Contributor

moshez commented Dec 14, 2017

Ampoule assigns its own IDs to worker processes. This isn't necessarily bad, but the lack of PID information in any of the logging related to workers means that it's very challenging to associate an actual process with an Ampoule worker. This kind of association is very useful for debugging. For example, a process might begin to use lots of CPU or RAM. Being able to tie this to a particular Ampoule worker process can be helpful in determining which job that process is executing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant