Skip to content

Commit

Permalink
Update flyteplugins/go/tasks/plugins/webapi/agent/plugin.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Su <[email protected]>
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier and pingsutw authored Dec 6, 2023
1 parent 7996769 commit 8f28ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyteplugins/go/tasks/plugins/webapi/agent/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ func newAgentPlugin() webapi.PluginEntry {
connectionCache := make(map[*Agent]*grpc.ClientConn)
isSyncTask := make(map[string]bool)

setAgentMetadata(cfg, connectionCache, isSyncTask)
agentMetadata := setAgentMetadata(cfg, connectionCache, isSyncTask)

Check failure on line 394 in flyteplugins/go/tasks/plugins/webapi/agent/plugin.go

View workflow job for this annotation

GitHub Actions / compile

setAgentMetadata(cfg, connectionCache, isSyncTask) (no value) used as value
logger.Infof(context.Background(), "supported task types: %v", cfg.SupportedTaskTypes)
logger.Infof(context.Background(), "is sync task: %v", isSyncTask)

Expand Down

0 comments on commit 8f28ffd

Please sign in to comment.