mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-18 20:40:57 +02:00
updated SafeWrap tests
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user