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
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Fixed
Replace tag map with thread safe sync.map (#212) ty @djenriquez
Catch time.AfterFunc firing early per wall clock time (#214) @JohnRoesler
This is an exciting fix related to occurrences of jobs firing twice unexpectedly. TL;DR, the monotonic and wall clock times can be slightly out of sync causing functions like time.AfterFunc to fire "early" per the wall clock time, when it was accurate per monotonic time. Look into the PR + linked issues for more details.