fix: device geodata max age to 36h
All checks were successful
/ deploy (push) Successful in 25s
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 1m26s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 1m28s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 1m46s
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 1m55s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Successful in 1m1s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 1m52s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 1m47s

This commit is contained in:
devthejo 2025-07-06 17:39:40 +02:00
parent 9d7b3176dc
commit da7a02b282
Signed by: devthejo
GPG key ID: 00CCA7A92B1D5351

View file

@ -8,7 +8,7 @@ module.exports = {
SCAN_AUTO_CLOSE_CRON: "15 * * * *", // At minute 15
SCAN_AUTO_ARCHIVE_CRON: "0 4 * * *", // At 4:00
RELATIVE_UNREGISTERED_RECONCILIATION_CRON: "0 4 * * *", // At 4:00
DEVICE_GEODATA_MAX_AGE: "48 hours", // Maximum age before removal from hot storage
DEVICE_GEODATA_MAX_AGE: "36 hours", // Maximum age before removal from hot storage
}
// cheat on https://crontab.guru/