Files
cross-py-builder/agent
Brett Williams 1faa544ead Make async git checkout return immediately
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.
2026-08-31 00:46:36 -05:00
..