• Stefy Lanza (nextime / spora )'s avatar
    Fix cluster client communication architecture · 6b673482
    Stefy Lanza (nextime / spora ) authored
    - Modified cluster client to connect to backend's TCP web port instead of worker Unix socket
    - Backend acts as proper bridge: web interface (TCP)  workers (Unix socket)
    - Cluster client now communicates with backend the same way as web interface
    - This fixes the timeout issue and ensures proper job flow through the backend
    6b673482
cluster_client.py 30.1 KB