Skip to content

Commit

Permalink
Improve active task queue definition (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahabT authored Sep 5, 2024
1 parent 52ea97f commit 6f8719a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/internal_versioning_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ type (
BuildIDs []string
// Include the unversioned queue.
Unversioned bool
// Include all active versions. A version is active if it has had new
// tasks or polls recently.
// Include all active versions. A version is considered active if, in the last few minutes,
// it has had new tasks or polls, or it has been the subject of certain task queue API calls.
AllActive bool
}

Expand Down

0 comments on commit 6f8719a

Please sign in to comment.