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
When running a python main program that spawns other python process (like Airflow) I would like to be able to filter on the cmdline of the process, because they are all python processes but have differing cmdlines which would allow me to do a better selection.
The text was updated successfully, but these errors were encountered:
When running a python main program that spawns other python process (like Airflow) I would like to be able to filter on the
cmdline
of the process, because they are all python processes but have differing cmdlines which would allow me to do a better selection.The text was updated successfully, but these errors were encountered: