Skip to content

Ambiguity in how JobRetryInterval and retry-current-job relates #1187

@l1gi

Description

@l1gi

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions