mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-04 22:13:36 +00:00
only projected events are considered
This commit is contained in:
@@ -188,7 +188,7 @@ Projections:
|
|||||||
# The NotificationsQuotas projection is used for calling quota webhooks
|
# The NotificationsQuotas projection is used for calling quota webhooks
|
||||||
NotificationsQuotas:
|
NotificationsQuotas:
|
||||||
# In case of failed deliveries, ZITADEL retries to send the data points to the configured endpoints, but only for active instances.
|
# In case of failed deliveries, ZITADEL retries to send the data points to the configured endpoints, but only for active instances.
|
||||||
# An instance is active, as long as there are events on the instance, that are not older than the HandleActiveInstances duration.
|
# An instance is active, as long as there are projected events on the instance, that are not older than the HandleActiveInstances duration.
|
||||||
# Delivery guarantee requirements are higher for quota webhooks
|
# Delivery guarantee requirements are higher for quota webhooks
|
||||||
# Defaults to 45 days
|
# Defaults to 45 days
|
||||||
HandleActiveInstances: 1080h
|
HandleActiveInstances: 1080h
|
||||||
@@ -198,7 +198,7 @@ Projections:
|
|||||||
RequeueEvery: 300s
|
RequeueEvery: 300s
|
||||||
Telemetry:
|
Telemetry:
|
||||||
# In case of failed deliveries, ZITADEL retries to send the data points to the configured endpoints, but only for active instances.
|
# In case of failed deliveries, ZITADEL retries to send the data points to the configured endpoints, but only for active instances.
|
||||||
# An instance is active, as long as there are events on the instance, that are not older than the HandleActiveInstances duration.
|
# An instance is active, as long as there are projected events on the instance, that are not older than the HandleActiveInstances duration.
|
||||||
# Telemetry delivery guarantee requirements are a bit higher than normal data projections, as they are not interactively retryable.
|
# Telemetry delivery guarantee requirements are a bit higher than normal data projections, as they are not interactively retryable.
|
||||||
# Defaults to 15 days
|
# Defaults to 15 days
|
||||||
HandleActiveInstances: 360h
|
HandleActiveInstances: 360h
|
||||||
|
|||||||
Reference in New Issue
Block a user