Improvement

Improvements only

Performance, reliability, and UX upgrades that aren't new features.

1 improvement shipped to date · Subscribe via Atom · JSON Feed

  1. · #5132

    Cancel button works mid-build

    Added onJobId callback to orchestrator so the operator UI can render the cancel button immediately after job creation, not only after completion. The cancel endpoint updates the DB status to "cancelled" and writes an audit row. Cooperative cancellation — having the orchestrator poll the status mid-run and abort an in-flight build — is still in progress, so today an already-running build completes naturally even after Cancel is hit.