Skip to content

Commit 4d0abf9

Browse files
chore: update _Function proto with some updated fields (#334)
1 parent 06a95df commit 4d0abf9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

proto/function_types.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ message _Function {
1818

1919
// What is the actual latest version of the function?
2020
uint32 latest_version = 5;
21+
22+
// How many concurrent invocations are allowed for this function
23+
uint32 concurrency_limit = 6;
24+
25+
// Human-readable datetime string in UTC format
26+
string last_updated_at = 7;
2127
}
2228

2329
message _CurrentFunctionVersion {

0 commit comments

Comments
 (0)