Repeating Processing and Tracing

Queue Parameter Meaning

Max Retry Count

Defines how often the queue server repeats a processing step before marking it as failed.

If you increase the number of repeats, the status of all documents whose processing has already failed remains the same. If you want to process these documents again you have to reset the error status.

If you lower the number of repeats, documents that have reached the new threshold are repeated once more.

Trace Level

Defines the activities that the queue server logs in its trace file.

There are the following possible values:

  • FATAL

    Only serious, system-critical errors are logged.

  • ERROR

    All types of error are logged.

  • WARNING

    Warnings are logged.

  • INFO

    Activities currently taking place are logged.

  • DEBUG

    Everything is logged.

The scope of logging rises from FATAL to DEBUG. The trace level DEBUG includes the levels INFO, WARNING, ERROR, and FATAL, and the trace level INFO includes the levels WARNING, ERROR, and FATAL, and so on.