Skip to content

Commit

Permalink
Merge pull request #15 from rohit-zip/main
Browse files Browse the repository at this point in the history
feature/blog-scheduler
  • Loading branch information
rohit-zip authored Aug 29, 2024
2 parents 85bd5ae + e63345a commit 3559b66
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ public TwoMinutesScheduler(

@Override
public void initOperation() {
log.error("Scheduler Date : {}", new Date());
List<SchedulerData> overduePendingSchedulingData = schedulerDataDao.getOverduePendingSchedulingData();
log.error("Schedulers List: {}", overduePendingSchedulingData.size());
if (overduePendingSchedulingData.isEmpty()) return;
overduePendingSchedulingData
.forEach(schedulerData -> {
Expand Down

0 comments on commit 3559b66

Please sign in to comment.