Open lpongetti opened 9 months ago
I made improvements based on this repository and released version 4.0.0
, which supports context.Context
.
Welcome to use. https://github.com/flc1125/go-cron
Currently, link tracing and distributed anti-duplicate execution are implemented using its context.Context
.
These two functions are currently in my other warehouse. https://github.com/go-kratos-ecosystem/components/tree/2.x/crontab/middleware
When it is used and maintained perfectly, I will move them into the flc1125/go-cron warehouse.
Added context in Run and Start
318