Skip to content

Commit

Permalink
test: reduce cron job frequency back to 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
holdan-8 committed Feb 27, 2024
1 parent 8d79dfd commit 894f169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oss-api/src/github-crawler/github-crawler.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class GithubCrawlerService {
/**
* Prepare all the institution data
*/
@Cron(CronExpression.EVERY_5_MINUTES)
@Cron(CronExpression.EVERY_HOUR)
private async prepareInstitutions() {
this.logger.log(`Prepairing all institutions to be crawled`);
this.reachedGithubCallLimit = false;
Expand Down

0 comments on commit 894f169

Please sign in to comment.