"No Chill Mode" Ability to auto stop any job that did not come from print manager. #7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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?
great!
Cronjobs are no problem can deploy them on the server :)