You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/openapiv2.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9586,7 +9586,7 @@
9586
9586
"backlogCountHint": {
9587
9587
"type": "string",
9588
9588
"format": "int64",
9589
-
"description": "A hint that there are more tasks already present in this task queue\npartition. Can be used to prioritize draining a sticky queue.\n\nSpecifically, the returned number is the number of tasks remaining in\nthe in-memory buffer for this partition, which is currently capped at\n1000. Because sticky queues only have one partition, this number is\nmore useful when draining them. Normal queues, typically having more than one\npartition, will return a number representing only some portion of the\noverall backlog. Subsequent RPCs may not hit the same partition as\nthis call."
9589
+
"description": "A hint that there are more tasks already present in this task queue\npartition. Can be used to prioritize draining a sticky queue.\n\nSpecifically, the returned number is the number of tasks remaining in\nthe in-memory buffer for this partition, which is currently capped at\n1000. Because sticky queues only have one partition, this number is\nmore useful when draining them. Normal queues, typically having more than one\npartition, will return a number representing only some portion of the\noverall backlog. Subsequent RPCs may not hit the same partition as\nthis call."
9590
9590
},
9591
9591
"history": {
9592
9592
"$ref": "#/definitions/v1History",
@@ -10168,7 +10168,7 @@
10168
10168
"properties": {
10169
10169
"discardSpeculativeWorkflowTaskWithEvents": {
10170
10170
"type": "boolean",
10171
-
"title": "True if the SDK can handle speculative workflow task with command events.\nIf true, the server may chosse, at its discretion, to discard a speculative workflow task\neven if that speculative task included command events the SDK had not previouly processed"
10171
+
"description": "True if the SDK can handle speculative workflow task with command events. If true, the\nserver may choose, at its discretion, to discard a speculative workflow task even if that\nspeculative task included command events the SDK had not previously processed.\n"
Copy file name to clipboardExpand all lines: openapi/openapiv3.yaml
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7034,7 +7034,17 @@ components:
7034
7034
format: int32
7035
7035
backlogCountHint:
7036
7036
type: string
7037
-
description: "A hint that there are more tasks already present in this task queue \n partition. Can be used to prioritize draining a sticky queue.\n\n Specifically, the returned number is the number of tasks remaining in\n the in-memory buffer for this partition, which is currently capped at\n 1000. Because sticky queues only have one partition, this number is \n more useful when draining them. Normal queues, typically having more than one \n partition, will return a number representing only some portion of the \n overall backlog. Subsequent RPCs may not hit the same partition as \n this call."
7037
+
description: |-
7038
+
A hint that there are more tasks already present in this task queue
7039
+
partition. Can be used to prioritize draining a sticky queue.
7040
+
7041
+
Specifically, the returned number is the number of tasks remaining in
7042
+
the in-memory buffer for this partition, which is currently capped at
7043
+
1000. Because sticky queues only have one partition, this number is
7044
+
more useful when draining them. Normal queues, typically having more than one
7045
+
partition, will return a number representing only some portion of the
7046
+
overall backlog. Subsequent RPCs may not hit the same partition as
0 commit comments