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
fix(sched): reduce false "job started late" warnings and improve log message
- Added DStringAppendSchedFlags() helper to render NS_SCHED_* flags
into a human-readable "FLAG1|FLAG2" string for logging.
- In SchedThread(), normalize events whose first nextqueue time is
already in the past at scheduler start by resetting
scheduled/nextqueue/lastqueue to "now" to avoid spurious "job
started late" messages after long startup. Effectively, the minimal
start time is the time, when the sched thread is started.
- Added decoded scheduler flags to the late-start warning to
improving diagnosability.
- Cosmetics: Register ProcInfo for CloseWaitingCheckExpire()
0 commit comments