cm/stateful-function-executor
SFE_PORT
| Description |
Stateful function executor port |
| Required |
No |
| Defaults to |
9534 |
| Sources |
Environment Variable |
TIME_SERIES_CACHE_MAX_VALUES_PER_KEY
| Description |
The maximum size of values that are buffered in the Stateful-Function-Executor service.
These values then can be requested in the rules configuration ("amount"-condition parameter).
This global configuration applies to following types:
|
| Required |
No |
| Defaults to |
200 |
| Sources |
Environment Variable |
TIME_SERIES_CACHE_HEAP_MAX_ENTRIES
| Description |
The maximum number of buffered entries which are stored in the heap of the service for faster accessibility. When the limit is exceeded, entries are buffered on persistent storage. |
| Required |
No |
| Defaults to |
20000 |
| Sources |
Environment Variable |
SFE_SCHEDULING_ENABLED
| Description |
Flag to enable/disable scheduled polling for messages in RabbitMQ. |
| Required |
No |
| Defaults to |
true |
| Sources |
Environment Variable |
SFE_SCHEDULING_INITIAL_DELAY_IN_SECONDS
| Description |
Initial delay in seconds after the service started to start first polling of messages in RabbitMQ. |
| Required |
No |
| Defaults to |
1 |
| Sources |
Environment Variable |
SFE_SCHEDULING_INTERVAL_IN_SECONDS
| Description |
Interval in seconds to poll for messages in RabbitMQ. |
| Required |
No |
| Defaults to |
1 |
| Sources |
Environment Variable |
SFE_BATCH_TIMEOUT_MS
| Description |
Used for batch publishing of RabbitMQ messages (rule results) |
| Required |
No |
| Defaults to |
100 |
| Sources |
Environment Variable |
SFE_BATCH_MAX_SIZE
| Description |
Used for batch publishing of RabbitMQ messages (rule results) |
| Required |
No |
| Defaults to |
200 |
| Sources |
Environment Variable |
SFE_MACHINE_MSG_MAX_QUEUE_SIZE
| Description |
Maximum size of MachineRuleExecution messages consumed from RabbitMQ and placed into an internal queue for later execution against Rules with previous values. |
| Required |
No |
| Defaults to |
50000 |
| Sources |
Environment Variable |