Set Federation Priority

Assign Standard, High, or Urgent priority to a Federated repository in JFrog Artifactory.

Assign a priority to a Federated repository to control how urgently its events are processed relative to other repositories.

Who can perform this task: Platform Administrators

Prerequisites:

Set Priority in the UI

To set federation priority:

  1. In the Administration module, click Platform Monitoring > Federation Status.

  2. Locate the repository in the table.

  3. Click the flag icon in the Priority column.

  4. Select STANDARD or HIGH.

📘

Note

URGENT priority is available via REST API only and is not exposed in the Platform UI.

The change takes effect immediately.

Priority Levels

PriorityBatch sizeDescription
STANDARD200 eventsDefault processing order
HIGH400 eventsProcessed before STANDARD
URGENT400 eventsHighest urgency

Priority Limits

LimitDefault value
Max HIGH priority repositories per member10
Max HIGH priority repositories by percentage20%

If limits are exceeded, the operation may fail with FederationPrioritizationException.

Frequently Asked Questions

This section provides answers to frequently asked questions.

plusFAQs
Q: How do I set URGENT priority for a repository?

A: URGENT priority is available only through the REST API — it isn't exposed in the Platform UI. Use the UI to set STANDARD or HIGH priority instead. See Set Priority in the UI.

Q: What's the difference between STANDARD, HIGH, and URGENT priority?

A: STANDARD is the default processing order with a 200-event batch size. HIGH and URGENT both use a 400-event batch size and are processed before STANDARD, with URGENT carrying the highest urgency. See Priority Levels.

Q: What happens if I exceed the HIGH priority limits?

A: The operation may fail with FederationPrioritizationException if you exceed the maximum of 10 HIGH priority repositories per member or the 20% cap by percentage.

Q: Does a priority change take effect immediately?

A: Yes. Once you save the new priority, the change takes effect immediately without requiring a restart or additional sync step.

Related Topics


Did this page help you?