pynenc_redis.conf.config_state_backend¶
Module Contents¶
Classes¶
Specific Configuration for the Redis State Backend. |
API¶
- class pynenc_redis.conf.config_state_backend.ConfigStateBackendRedis(config_values: Optional[dict[str, Any]] = None, config_filepath: Optional[str] = None)[source]¶
Bases:
pynenc.conf.config_state_backend.ConfigStateBackend,pynenc_redis.conf.config_redis.ConfigRedisSpecific Configuration for the Redis State Backend.
- Variables:
pagination_batch_size (ConfigField[int]) – Number of items to retrieve in each batch when paginating through large collections of workflow runs or other state data.
Initialization
- pagination_batch_size¶
‘ConfigField(…)’