mirror of
https://github.com/blw1138/cross-py-builder.git
synced 2026-09-07 21:41:09 -05:00
Once the job is dispatched the agent cloned synchronously even with async=1, so a slow clone blew past the controller's 5s dispatch timeout and the job was marked failed while the worker kept building. Run the clone in the background thread and return 202 + job id right away.