Skip to content

Commit 8f204c0

Browse files
committed
update comment
1 parent 79cd97f commit 8f204c0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

coderd/database/querier.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/queries.sql.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/queries/provisionerjobs.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ FOR UPDATE
5656
SKIP LOCKED;
5757

5858
-- name: GetProvisionerJobByIDWithLock :one
59+
-- Gets a provisioner job by ID with exclusive lock.
60+
-- Blocks until the row is available for update.
5961
SELECT
6062
*
6163
FROM

0 commit comments

Comments
 (0)