yr.config.GroupOptions#
- class yr.config.GroupOptions(timeout: int = -1, same_lifecycle: bool = True, strategy: str = '')[source]#
Bases:
objectConfiguration options for grouped instance scheduling.
The GroupOptions structure defines parameters for the lifecycle management of grouped instances, including timeout settings for rescheduling when kernel resources are insufficient.
Attributes
Whether to enable the fate-sharing configuration for grouped instances.
The strategy to create the group None: No strategy.
Timeout for rescheduling when kernel resources are insufficient, in seconds.
Methods