fix: run hourly

This commit is contained in:
Eli Bosley
2024-01-11 17:25:57 -05:00
parent a0dfbb4e15
commit a527c7183a

View File

@@ -6,7 +6,7 @@ import { execa } from 'execa';
export class LogCleanupService {
private readonly logger = new Logger(LogCleanupService.name);
@Cron('* * * * *')
@Cron('0 * * * *')
async handleCron() {
try {
this.logger.debug('Running logrotate');