Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8d4fa5a

Browse files
committed
fixed sql comments
1 parent5120fb1 commit8d4fa5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎coderd/database/queries/provisionerjobs.sql‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,14 +275,14 @@ FROM
275275
provisioner_jobs
276276
WHERE
277277
(
278-
-- If the job has not been startedwithin $1, reap it.
278+
-- If the job has not been startedbefore @pending_since, reap it.
279279
updated_at< @pending_since
280280
AND started_at ISNULL
281281
AND completed_at ISNULL
282282
)
283283
OR
284284
(
285-
-- If the job has been started but not completedwithin $2, reap it.
285+
-- If the job has been started but not completedbefore @hung_since, reap it.
286286
updated_at< @hung_since
287287
AND started_atIS NOT NULL
288288
AND completed_at ISNULL

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp