File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,9 @@ async fn client_invoke_workflow_service(
288288 "DescribeDeployment" => {
289289 rpc_call ! ( retry_client, call, describe_deployment)
290290 }
291+ "DescribeWorker" => {
292+ rpc_call ! ( retry_client, call, describe_worker)
293+ }
291294 "DeprecateNamespace" => rpc_call ! ( retry_client, call, deprecate_namespace) ,
292295 "DescribeNamespace" => rpc_call ! ( retry_client, call, describe_namespace) ,
293296 "DescribeSchedule" => rpc_call ! ( retry_client, call, describe_schedule) ,
@@ -448,6 +451,9 @@ async fn client_invoke_workflow_service(
448451 "SetWorkerDeploymentCurrentVersion" => {
449452 rpc_call ! ( retry_client, call, set_worker_deployment_current_version)
450453 }
454+ "SetWorkerDeploymentManager" => {
455+ rpc_call ! ( retry_client, call, set_worker_deployment_manager)
456+ }
451457 "SetWorkerDeploymentRampingVersion" => {
452458 rpc_call ! ( retry_client, call, set_worker_deployment_ramping_version)
453459 }
You can’t perform that action at this time.
0 commit comments