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
bug fix:
1. removing repeat job may go wrong,when the job interval is less 10 μs,because the use of timer.Reset is incorrect
2. in the multi-goroutine, the result of WaitJob may be not match the actual number of jobs
3. strengthen the UpdateJobTimeout