Skip to content

Commit

Permalink
Update sandbox get task id proto
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodingwizard committed Jan 17, 2025
1 parent 0e70433 commit 1ab8e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modal_proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2242,7 +2242,7 @@ message SandboxGetLogsRequest {

message SandboxGetTaskIdRequest {
string sandbox_id = 1;
float timeout = 2;
optional float timeout = 2; // Legacy clients do not provide a timeout. New clients must always provide a timeout.
bool wait_until_ready = 3; // If true, waits until the container's postStart hook has been run before returning. Useful for detecting init failures.
}

Expand Down

0 comments on commit 1ab8e34

Please sign in to comment.