Skip to content

Commit a70c48e

Browse files
committed
fixed grammer
1 parent 2cff7c0 commit a70c48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.server-changes/fix-blocking-waitpoint-race-condition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ area: webapp
33
type: fix
44
---
55

6-
Fix a race condition in the waitpoint system where a run could be blocked by a completed waitpoint but never be resumed because of an PostgreSQL MVCC issue. This was most likely to occur when creating a waitpoint via `wait.forToken()` at the exact same moment as completing the token with `wait.completeToken()`. Other types of waitpoints (timed, child runs) were not affected.
6+
Fix a race condition in the waitpoint system where a run could be blocked by a completed waitpoint but never be resumed because of a PostgreSQL MVCC issue. This was most likely to occur when creating a waitpoint via `wait.forToken()` at the same moment as completing the token with `wait.completeToken()`. Other types of waitpoints (timed, child runs) were not affected.

0 commit comments

Comments
 (0)