在手动调用 Entry.Job.Run() 时, SkipIfStillRunning 链未被应用
作者: thisisdev-patrick创建于 2025年8月6日更新于 2025年12月4日
The `Entry.Job` field contains the original unwrapped job function, not the chain-wrapped version. When `WithChain` is used, the cron scheduler internally wraps the job with the chain decorators, but this wrapped version is not exposed through the `Entry` struct.
内容来源: robfig/cron