ensure we dont collect hourly snapshot too soon after startup
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2026-01-14 10:27:24 +11:00
parent b297b8293c
commit 5130d37632
4 changed files with 66 additions and 14 deletions

View File

@@ -161,10 +161,11 @@ func main() {
// Pass useful information to the cron jobs
ct := &tasks.CronTask{
Logger: logger,
Database: database,
Settings: s,
VcCreds: &creds,
Logger: logger,
Database: database,
Settings: s,
VcCreds: &creds,
FirstHourlySnapshotCheck: true,
}
/*