fix: cleanup geodata later
All checks were successful
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 1m2s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 1m30s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 1m11s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 1m37s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Successful in 57s
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 1m40s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 1m34s
/ deploy (push) Successful in 45s
All checks were successful
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 1m2s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 1m30s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 1m11s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 1m37s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Successful in 57s
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 1m40s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 1m34s
/ deploy (push) Successful in 45s
This commit is contained in:
parent
07f23be096
commit
b28b08a80b
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ module.exports = {
|
|||
SCAN_AUTO_ARCHIVE_CRON: "0 4 * * *", // At 4:00
|
||||
RELATIVE_UNREGISTERED_RECONCILIATION_CRON: "0 4 * * *", // At 4:00
|
||||
// DEVICE_GEODATA_IOS_SILENT_PUSH_AGE: "24 hours", // When to send iOS silent push for heartbeat sync
|
||||
DEVICE_GEODATA_NOTIFICATION_AGE: "14 days", // When to send push notification
|
||||
DEVICE_GEODATA_CLEANUP_AGE: "15 days", // When to remove/clean data
|
||||
DEVICE_GEODATA_NOTIFICATION_AGE: "44 days", // When to send push notification
|
||||
DEVICE_GEODATA_CLEANUP_AGE: "45 days", // When to remove/clean data
|
||||
}
|
||||
|
||||
// cheat on https://crontab.guru/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue