Describe the bug
cupsd.conf man page says:
ErrorPolicy retry-current-job
Specifies that a failed print job should be retried immediately unless otherwise specified for
the printer.
...
JobRetryInterval seconds
Specifies the interval between retries of jobs in seconds. This is typically used for fax
queues but can also be used with normal print queues whose error policy is "retry-job" or
"retry-current-job". The default is "30".
Should retry of a failed job be done immediately after the fail there seems to be unclear relation to JobRetryInterval.
Expected behavior
Could you better describe what is the behavior with retry-current-job policy? Will all the attempts to retry happen as soon as possible in sequence or the first attempt will be made immediately while the rest of them with the JobRetryInterval delay between them?
Describe the bug
cupsd.conf man page says:
Should retry of a failed job be done immediately after the fail there seems to be unclear relation to JobRetryInterval.
Expected behavior
Could you better describe what is the behavior with
retry-current-jobpolicy? Will all the attempts to retry happen as soon as possible in sequence or the first attempt will be made immediately while the rest of them with theJobRetryIntervaldelay between them?