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
Handle scheduled events immediately in IMDS mode, the same as queue processor mode (#661)
* Handle scheduled events immediately in IMDS mode, the same as queue processor mode
* Update unit tests to expect StartTime to be roughly the same as time.Now()
Description: fmt.Sprintf("%s will occur between %s and %s because %s\n", scheduledEvent.Code, scheduledEvent.NotBefore, scheduledEvent.NotAfter, scheduledEvent.Description),
0 commit comments