Skip to content

Commit

Permalink
EPMRPP-88736 code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Jun 27, 2024
1 parent 3456085 commit 6b9f00c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public ManualLaunchStatisticsJob(JdbcTemplate jdbcTemplate,
*/
@Override
@Scheduled(cron = "${rp.environment.variable.ga.cron}")
@SchedulerLock(name = "manualAnalyzedStatisticsJob12", lockAtMostFor = "24h")
@SchedulerLock(name = "manualAnalyzedStatisticsJob", lockAtMostFor = "24h")
@Transactional
public void execute() {
LOGGER.info("Start sending analyzer manual start item statistics");
Expand Down

0 comments on commit 6b9f00c

Please sign in to comment.