Skip to content

Commit ba82184

Browse files
committed
Fixed time interval to 30 minutes
1 parent c3c7da0 commit ba82184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shelter-supply/shelter-supply-expiration.job.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class ShelterSupplyExpirationJob {
1515

1616
private readonly logger = new Logger(ShelterSupplyExpirationJob.name);
1717

18-
@Cron(CronExpression.EVERY_10_SECONDS)
18+
@Cron(CronExpression.EVERY_30_MINUTES)
1919
async handleCron() {
2020
this.logger.log(`${ShelterSupplyExpirationJob.name} running`);
2121

0 commit comments

Comments
 (0)