Skip to content

Commit

Permalink
Update agent.proto
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier authored Dec 2, 2023
1 parent acd2db9 commit 5f35e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyteidl/protos/flyteidl/admin/agent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ message Agent {
string name = 1;

// SupportedTaskTypes are the types of the tasks that the agent can handle.
string supported_task_types = 2;
string supported_task_type = 2;

// IsSync indicates whether this agent is a sync agent. Sync agents are expected to return their results synchronously when called by propeller. Given that sync agents can affect the performance of the system, it's important to enforce strict timeout policies. An Async agent, on the other hand, is required to be able to identify jobs by an identifier and query for job statuses as jobs progress.
bool is_sync = 3;
Expand Down

0 comments on commit 5f35e8c

Please sign in to comment.