mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
5762d8add4
Fixes https://github.com/coder/coder/issues/16124 If a workspace agent crashes, it is possible for any startup scripts to be ran again. This PR makes it so that the `GetWorkspaceAgentScriptTimingsByBuildID` query only returns the first timing recorded per-script.