MCPcopy Index your code
hub / github.com/pathwaycom/pathway / ProcessHandlesState

Class ProcessHandlesState

python/pathway/cli.py:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44@dataclass
45class ProcessHandlesState:
46 has_working_process: bool = False
47 needs_downscaling: bool = False
48 needs_upscaling: bool = False
49 has_process_with_error: bool = False
50
51
52def validate_and_resolve_spawn_args(

Callers 3

wait_for_scaling_eventFunction · 0.90
wait_for_process_handlesFunction · 0.85
spawn_programFunction · 0.85

Calls

no outgoing calls

Tested by 1

wait_for_scaling_eventFunction · 0.72