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
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.
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 inps
ortop
for example.setproctitle
is based on code written by the PostgreSQL project: https://doxygen.postgresql.org/ps__status_8c_source.htmlIt could be interesting to port this code to Rust and integrate its functionality to
batch
.The text was updated successfully, but these errors were encountered: