Files
Christian RochaandCharm Crush 9b366c36c3 fix(server): probe readiness over HTTP instead of statting the socket
Cold starts of CRUSH_CLIENT_SERVER=1 frequently failed with a stat error
because the spawned server creates the socket file as the last step of
initialization, well after the parent had given up. Replace the stat
polling with a real HTTP probe against /v1/health, treat any 2xx as
ready, and make the total budget overridable via CRUSH_SERVER_READY_TIMEOUT.
Drop the now-redundant CreateWorkspace retry loop.

Co-Authored-By: Charm Crush <crush@charm.land>
2026-05-11 15:57:04 -04:00
..
2026-04-28 01:04:26 +00:00
2026-04-01 17:19:00 -03:00