Skip to content

Commit

Permalink
Fix for PROD-10053, stop discovery individual tasks as it's not being…
Browse files Browse the repository at this point in the history
… consumed downstream
  • Loading branch information
kickroot committed Apr 18, 2024
1 parent 56793c2 commit 8b8f865
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void discover(ObjectMapper mapper, String projectId, Session session, Emi
.withConfiguration(GCPUtils.asJsonNode(element))
.build();

discoverTasks(cloudTasksClient, element, data);
// discoverTasks(cloudTasksClient, element, data); // See PROD-10053 (OOM)

emitter.emit(VersionedMagpieEnvelopeProvider.create(session, List.of(fullService() + ":queue"), data.toJsonNode()));
}
Expand Down

0 comments on commit 8b8f865

Please sign in to comment.