From 9656fda2171b9ab67689ec769fe1ff79d7902c82 Mon Sep 17 00:00:00 2001 From: Lilian Kasem Date: Tue, 21 Jun 2022 10:28:26 -0700 Subject: [PATCH] Update FunctionRpc.proto --- src/proto/FunctionRpc.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/proto/FunctionRpc.proto b/src/proto/FunctionRpc.proto index be3ecf5..a21249f 100644 --- a/src/proto/FunctionRpc.proto +++ b/src/proto/FunctionRpc.proto @@ -397,8 +397,8 @@ message InvocationCancel { // Unique id for invocation string invocation_id = 2; - // Time period before force shutdown - google.protobuf.Duration grace_period = 1; // could also use absolute time + // PROPERTY NOT USED + google.protobuf.Duration grace_period = 1; } // Worker responds with status of Invocation