We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I want to pass in the context in cron.Job.Run, is there any way?
return cron.WithChain(func(job cron.Job) cron.Job { return cron.FuncJob(func() { // There is a way to write context job.Run() // use context }) })