Expand description
Configuration for Hyperactor.
This module provides a centralized way to manage configuration settings for Hyperactor. It uses the attrs system for type-safe, flexible configuration management that supports environment variables, YAML files, and temporary modifications for tests.
Modules§
- global
- Global configuration functions
Statics§
- CODEC_
MAX_ FRAME_ LENGTH - Maximum frame length for codec
- MESSAGE_
ACK_ EVERY_ N_ MESSAGES - Number of messages after which to send an acknowledgment
- MESSAGE_
ACK_ TIME_ INTERVAL - Message acknowledgment interval
- MESSAGE_
DELIVERY_ TIMEOUT - Message delivery timeout
- PROCESS_
EXIT_ TIMEOUT - Timeout used by allocator for stopping a proc.
- REMOTE_
ALLOCATOR_ HEARTBEAT_ INTERVAL - Heartbeat interval for remote allocator
- SPLIT_
MAX_ BUFFER_ SIZE - Maximum buffer size for split port messages
- STOP_
ACTOR_ TIMEOUT - Timeout used by proc mesh for stopping an actor.