PKI Queue
This section details how to configure a PKI Queue. PKI Queue are used to limit the PKI requests (enrollment, revocation)
PKI Queue Configuration
1. Log in to Horizon Administration Interface.
2. Access PKI Queues from the drawer or card:
.3. Click on .
4. Fill in the fields:
-
Name* (string input):
Choose a meaningful queue name. It must be unique. -
Description (string input):
The description for the PKI Queue. -
Throttle Parallelism (int input):
Number of requests processed at the same time. -
Throttle Duration (finite duration):
Maximum requests processed at the same time in a given duration. Parallelism must be set. -
Max Size* (int input):
Maximum requests stored in the queue -
Cluster Wide (boolean):
If not enabled, then thethrottleParallelism
andthrottleDuration
will be the same for all nodes in the cluster. If enabled, then thethrottleParallelism
andthrottleDuration
is generalized for all clusters.
If the queue is full every new request will be discarded. |