fix: notif bg location lost, avoid night
All checks were successful
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 1m36s
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 1m52s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Successful in 1m23s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 1m34s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 1m48s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 1m46s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 1m56s
/ deploy (push) Successful in 11s
All checks were successful
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 1m36s
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 1m52s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Successful in 1m23s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 1m34s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 1m48s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 1m46s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 1m56s
/ deploy (push) Successful in 11s
This commit is contained in:
parent
4cc74845c2
commit
d7a148c208
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const cron = require("~/libs/cron")
|
|||
const { DEVICE_GEODATA_MAX_AGE } = require("~/constants/time")
|
||||
const tasks = require("~/tasks")
|
||||
|
||||
const CLEANUP_CRON = "0 */1 * * *" // Run every hour
|
||||
const CLEANUP_CRON = "0 9-19 * * *" // Run every hour from 9h to 19h
|
||||
const MAX_PARALLEL_PROCESS = 10
|
||||
const COLDGEODATA_DEVICE_KEY_PREFIX = "device:geodata:"
|
||||
const COLDGEODATA_OLD_KEY_PREFIX = "old:device:geodata:"
|
||||
|
|
Loading…
Add table
Reference in a new issue