Skip to content

Commit

Permalink
EPMRPP-89402 || Investigate the flow of working with rules created fo…
Browse files Browse the repository at this point in the history
…r different plugins separately
  • Loading branch information
APiankouski committed Feb 8, 2024
1 parent 50f0733 commit b4e32b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public IndexingAutoAnalysisStarter(GetLaunchHandler getLaunchHandler, LogIndexer
@Override
@Transactional
public void start(StartLaunchAutoAnalysisConfig config) {
final Launch launch = getLaunchHandler.get(config.getLaunchId());
logIndexer.indexLaunchLogs(launch, config.getAnalyzerConfig());
// final Launch launch = getLaunchHandler.get(config.getLaunchId());
// logIndexer.indexLaunchLogs(launch, config.getAnalyzerConfig());
launchAutoAnalysisStarter.start(config);
}
}

0 comments on commit b4e32b3

Please sign in to comment.