You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Check if we should re-schedule alarmCheck till after other tasks are done
111
104
if taskID ==.alarmCheck {
112
105
letshouldSkip= tasksToSkipAlarmCheck.contains{
113
106
guardlet checkTask =tasks[$0]else{returnfalse}
114
107
return checkTask.nextRun <= now || checkTask.nextRun ==.distantFuture
115
108
}
116
-
117
109
if shouldSkip {
118
-
//LogManager.shared.log(category: .taskScheduler, message: "Skipping alarmCheck because one of the specified tasks is due or set to distant future.", isDebug: true)
0 commit comments