Skip to content

Commit cb50896

Browse files
add new rpc calls
1 parent 7f17d20 commit cb50896

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/core-bridge/src/client.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)