cron
cron copied to clipboard
a cron library for go
godoc.org is deprecated pkg.go.dev is actual site for documentation
Hi, sorry to post it as an issue. I want to know if there is function to know if a job still running maybe by input it entry id? Or...
Is it possible to set the start time when using a `Every` job ? I want to schedule a job every two weeks, on Monday, starting at a specified date....
As described in the readme itself. It'd be nice to be able to use that convention in a terse way, instead of the long notation specified in the readme.
As mentioned in the wikipedia on cronspecs, Jenkins supports a new field value 'H' (or 'H/15', etc.) which is used to specify a random stable offset within the schedule. Jenkins...
https://github.com/robfig/cron/blob/6a8421bcff44c2a9889075724070baaebf8dcd72/cron.go#L53
```go c.AddFunc("0 * * * * ?", QueryBalanceOver100) ``` Function QueryBalanceOver100 is expected to run once per minute. When app is running, and then, I change local time to tomorrow,...
I am using robfig V2 on golang v1.10. I have a job that is executed every 5 mins. I have around 2k jobs to be started at once. Now when...
I have the same code running on Linux and Windows. On Linux it works flawlessly but on Windows, when adding the cron verbose logger, I see a "start" message followed...