"No Chill Mode" Ability to auto stop any job that did not come from print manager. #7

Open
opened 2023-11-02 18:15:06 +00:00 by mattronix · 2 comments
Owner

Certain printers should only go via Print Manager it would be amazing if print manager detects jobs it did not start and auto stops them.

Certain printers should only go via Print Manager it would be amazing if print manager detects jobs it did not start and auto stops them.
Owner

This can be added,

If we create cronjobs that checks every few seconds,
It will poll the printer state and see if the job_id is also stored in the printer_manager jobs table,

if not, it will cancncel/disable the job and otherwise it can continue,

To get this to work,
We do have to setup a cronjob that checks every few seconds, Would that be a issue?

This can be added, If we create cronjobs that checks every few seconds, It will poll the printer state and see if the job_id is also stored in the printer_manager jobs table, if not, it will cancncel/disable the job and otherwise it can continue, To get this to work, We do have to setup a cronjob that checks every few seconds, Would that be a issue?
Author
Owner

great!

Cronjobs are no problem can deploy them on the server :)

great! Cronjobs are no problem can deploy them on the server :)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: techinc/printer-manager-admin#7
No description provided.