mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
776231d025
Closes https://github.com/coder/internal/issues/885 Adds a new database method GetProvisionerJobByIDWithLock that uses FOR UPDATE without SKIP LOCKED to fix workspace build cancellation returning 500 errors when jobs are locked.