Skip to content

Commit 2ed976f

Browse files
committed
Add a note about server ping cleanup
1 parent fcb9539 commit 2ed976f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/cd/go/contrib/elasticagents/docker/executors/ServerPingRequestExecutor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public ServerPingRequestExecutor(ServerPingRequest serverPingRequest, Map<String
3939

4040
@Override
4141
public GoPluginApiResponse execute() throws Exception {
42+
//todo: remove possiblyMissingAgents, refer to ecs/kubernetes server ping implementation
4243
Set<Agent> possiblyMissingAgents = new HashSet<>();
4344
List<ClusterProfileProperties> allClusterProfileProperties = serverPingRequest.allClusterProfileProperties();
4445

0 commit comments

Comments
 (0)