We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f613dfe commit e441897Copy full SHA for e441897
proto/lagrange.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
2
3
package lagrange;
4
5
-import "google/protobuf/timestamp.proto";
+import "google/protobuf/duration.proto";
6
7
message WorkerToGwResponse {
8
UUID task_id = 1;
@@ -46,7 +46,7 @@ message SubmitTaskRequest {
46
bytes task_bytes = 1;
47
// friendly name of a task for logging and tracing
48
string user_task_id = 2;
49
- google.protobuf.Timestamp timeout = 3;
+ google.protobuf.Duration timeout = 3;
50
bytes price_requested = 4;
51
string class = 5;
52
}
0 commit comments