mirror of
https://github.com/immich-app/immich.git
synced 2024-12-25 10:43:13 +02:00
Only run scheduled geocoding task once per day (#730)
This commit is contained in:
parent
7a807f7216
commit
39f8ca3bf1
@ -80,7 +80,7 @@ export class ScheduleTasksService {
|
||||
}
|
||||
}
|
||||
|
||||
@Cron(CronExpression.EVERY_5_SECONDS)
|
||||
@Cron(CronExpression.EVERY_DAY_AT_2AM)
|
||||
async reverseGeocoding() {
|
||||
const isMapboxEnable = this.configService.get('ENABLE_MAPBOX');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user