Skip to content

Commit 6f8719a

Browse files
authoredSep 5, 2024··
Improve active task queue definition (#1621)
1 parent 52ea97f commit 6f8719a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎internal/internal_versioning_client.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ type (
7979
BuildIDs []string
8080
// Include the unversioned queue.
8181
Unversioned bool
82-
// Include all active versions. A version is active if it has had new
83-
// tasks or polls recently.
82+
// Include all active versions. A version is considered active if, in the last few minutes,
83+
// it has had new tasks or polls, or it has been the subject of certain task queue API calls.
8484
AllActive bool
8585
}
8686

0 commit comments

Comments
 (0)
Please sign in to comment.