Publisher Queue Process Service

The publisher queue process service processes the publisher queue. In the publisher queue, entries, where publishing failed, is collected. This service will try to re-publish entries from this queue.

If you run one service for each publisher, you should only configure one publisher in every service. Do not let two services handle the same publisher.

For information on how the algorithm to prevent excessive database load etc is done, review the java file for class PublishQueueProcessWorker. The same algorithm as for the CRL update worker is used to make sure the service only runs in one instance on one node.

Settings

Setting

Description

Publishers to check

Publishers this service should check and re-publish for. You can run one service for each publisher, or one service for all publishers.


Related Content