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

Customize the process title of the worker's child processes #21

Open
kureuil opened this issue Mar 20, 2018 · 0 comments
Open

Customize the process title of the worker's child processes #21

kureuil opened this issue Mar 20, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@kureuil
Copy link
Owner

kureuil commented Mar 20, 2018

Celery can use the setproctitle package to rename a child process, making it easier to identify the task being executed by a worker child process when visualizing them in ps or top for example.

setproctitle is based on code written by the PostgreSQL project: https://doxygen.postgresql.org/ps__status_8c_source.html

It could be interesting to port this code to Rust and integrate its functionality to batch.

@kureuil kureuil added the enhancement New feature or request label Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant