How to know which process the printing task comes from? #1173
Replies: 1 comment
-
The job object which represents the whole job is not under a separate process, however the scheduler spawns at least a communication backend to send the job to printer, and additionally filters. Their PIDs are visible in debug logs if they are enabled, so you can find them there. Otherwise we don't save PIDs for monitoring/history purposes, since IMO such information are helpful for debugging, so they are shown only in debugging output. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to know which process the printing task is from based on its ID. Is there any technical solution that can be implemented?
Beta Was this translation helpful? Give feedback.
All reactions