Skip to content

Catalyst Dev — Change Log

Version 6.39.0

Apr 16, 2026

Orchestrator Launch Failure Detection

Workers that die immediately after dispatch (bad flags, environment errors) are now detected within 30 seconds instead of waiting 15 minutes for the stalled-worker detector. The orchestrator runs a batch health check after each dispatch wave, verifying worker PIDs and automatically flagging dead-on-arrival processes as failed with attention items.

PRs

  • dev: detect worker launch failures within 30s of dispatch (CTL-87) (#184) (c74613b)