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
@@ -15356,9 +15356,9 @@
15356
15356
"$ref": "#/definitions/v1PollerScalingDecision",
15357
15357
"description": "Server-advised information the SDK may use to adjust its poller count."
15358
15358
},
15359
-
"shutdownWorkerRejected": {
15359
+
"completedByWorkerShutdown": {
15360
15360
"type": "boolean",
15361
-
"description": "When true, this empty response was caused by the server rejecting the poll\nbecause the worker has been shut down via the ShutdownWorker API. The SDK\nshould stop polling on this task queue."
15361
+
"description": "When true, this empty response was caused by the server completing the poll\nbecause the worker has been shut down via the ShutdownWorker API. The SDK\nshould stop polling on this task queue.\n"
0 commit comments