This commit is contained in:
Christian Schwarz
2024-05-09 13:25:31 +00:00
parent c8afaf83ab
commit beecb4b93d
6 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ type Cron struct {
wakeupWhileRunningCount int
}
func (s *Cron) Run(ctx context.Context, snapshotsTaken trigger.Trigger) {
func (s *Cron) Run(ctx context.Context, snapshotsTaken *trigger.Manual) {
for {
now := time.Now()