Skip to content

Commit ffbd3dd

Browse files
authored
Document that grace_period is not used in the InvocationCancel message #82
2 parents d53ce5f + 9656fda commit ffbd3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/proto/FunctionRpc.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ message InvocationCancel {
397397
// Unique id for invocation
398398
string invocation_id = 2;
399399

400-
// Time period before force shutdown
401-
google.protobuf.Duration grace_period = 1; // could also use absolute time
400+
// PROPERTY NOT USED
401+
google.protobuf.Duration grace_period = 1;
402402
}
403403

404404
// Worker responds with status of Invocation

0 commit comments

Comments
 (0)