Skip to content

Commit

Permalink
merge changes with WorkerFunctionGetInputRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
cathyzbn committed Jul 12, 2024
1 parent 78e62bf commit c457e51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modal_proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1087,8 +1087,10 @@ message FunctionGetInputsRequest {
int32 max_values = 3;
float average_call_time = 5;
int32 input_concurrency = 6; // Container aims to fetch multiple inputs at the same time
int32 batch_max_size = 7; // Maximum number of inputs to fetch at once
float batch_linger_secs = 8; // Seconds to block before a response is needed
int32 max_values_to_fetch = 7;
float block_duration_secs = 8;
int32 batch_max_size = 9; // Maximum number of inputs to fetch at once
float batch_linger_secs = 10; // Seconds to block before a response is needed
}

message FunctionGetInputsResponse {
Expand Down

0 comments on commit c457e51

Please sign in to comment.