Skip to content

Commit

Permalink
setting data pull down flag to true to continue processing
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanawat committed Nov 27, 2024
1 parent 65d5bca commit 70ec500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/cron-job/cron-job.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ export class CronJobService {
}

this.logger.log(`Cron Job completed.`);
this.dataPullDownComplete = true;
}

private async filterData(endpoint: string, entries: any) {
Expand Down

0 comments on commit 70ec500

Please sign in to comment.