deisa.ray.config module¶
- deisa.ray.config.distributed_scheduling_enabled_from_env() bool[source]¶
Read distributed scheduling from the process environment.
- Returns:
TruewhenDEISA_DISTRIBUTED_SCHEDULINGcontains an enabled value, otherwiseFalse.- Return type:
bool
- Raises:
ConfigError – If
DEISA_DISTRIBUTED_SCHEDULINGis set to an unsupported value.
Notes
DEISA_DISTRIBUTED_SCHEDULINGaccepts common boolean shell values:1,true,yes, andonenable the feature, while unset, empty,0,false,no, andoffdisable it.