updated SafeWrap tests

This commit is contained in:
Gani Georgiev
2026-07-16 08:42:17 +03:00
parent 6d6484c466
commit 794f1d5a8e
2 changed files with 44 additions and 16 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ func (c *Cron) runDue(t time.Time) {
for _, j := range c.jobs {
if j.schedule.IsDue(moment) {
go j.run()
routine.FireAndForget(j.run)
}
}
}