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
refactor: refactor core message handling and update job timeout tests
- Change `core.QueuedMessage` to `core.TaskMessage` in `runFunc` definition and `WithRunFunc` function
- Update `runFunc` initialization in `newOptions` to use `core.TaskMessage`
- Modify `TestJobReachTimeout` to use `job.AllowOption` with `Timeout`
- Modify `TestCancelJobAfterShutdown` to use `job.AllowOption` with `Timeout`
Signed-off-by: appleboy <[email protected]>
0 commit comments