Skip to main content
Version: 5.2.0.1

Throttling

Group "Throttling"​

ParameterDescription
cell.activity.continueThreshold of active processes above which signals from cells will be accepted again. A value of -1 deactivates the lower limit.
cell.activity.suspendThreshold of active processes below which signals from cells are no longer accepted. A value of -1 disables throttling entirely.
cell.retry.maxMaximum number of attempts to transmit a signal before an error is reported.
cell.retry.timeNumber of seconds Orchestra waits before resending a signal to the cell.
file.directoryPath to a directory monitored by throttling services. The service computes its size, and throttling rules may activate once limits are exceeded.
file.signal.maxSizeFile size threshold (in MB) at which Orchestra releases waiting signals as quickly as possible.
file.signal.minSizeFile size threshold (in MB) at which Orchestra stops the early release of signals. A value of -1 deactivates the lower limit.
notification.intervalNotification interval (in seconds). Only one notification of the same category and source is sent within this interval.
notification.stateState of throttling notification:
- true = notifications enabled
- false = notifications disabled
rule.default.retryAfterDefault value for the Retry-After configuration (in seconds).
signal.lifetimeMinimum lifetime of a signal (in minutes) while the system is in an overflow state. If smaller than queue.signal.lifetime, signals may be released earlier.
updateTimeRefresh interval (in seconds) at which Orchestra recalculates the system state for throttling.