-
**What happened**:
```bash
/home/runner/go/pkg/mod/github.com/robfig/cron/v3@v3.0.1/cron.go:136
github.com/robfig/cron/v3.(*Cron).startJob.func1
/home/runner/go/pkg/mod/github.com/robfig…
-
Expr: `0 0 */2 * 3`
in https://crontab.guru/ expected:
at 2024-08-21 00:00:00
then at 2024-08-28 00:00:00
then at 2024-09-04 00:00:00
then at 2024-09-11 00:00:00
then at 2024-09-18 00:00:00
…
-
in old version: github.com/robfig/cron v1.2.0
**use expression:**
`p, err := cron.Parse("0 20 14 ? * 5L")`
occur error: strconv.Atoi: parsing "5L": invalid syntax
so upgrade new v…
-
### Issue
Semaphore starts tasks randomly. Some of them are running forever.
![grafik](https://github.com/user-attachments/assets/2e42785d-d34b-4234-b052-ae94cdbb24be)
![grafik](https://github.com/…
-
I just encountered a runtime error, the logs is as below:
```shell
goroutine 1526 [running]:
log.(*Logger).Panic(0xc0005440f0, 0xc000467c00, 0x3, 0x3)
/Users/smy/sdk/go1.13.8/src/log/log.g…
-
Link to documentation in README is https://pkg.go.dev/github.com/robfig/cron when it should probably be https://pkg.go.dev/github.com/robfig/cron/v3
Being on the wrong major version is extremely easi…
-
According to this line, no next time will be returned if the next action is outside 5 years:
https://github.com/robfig/cron/blob/e843a09e5b2db454d77aad25b1660173445fb2fc/spec.go#L87
In the main cr…
-
**Describe the feature you'd like to have.**
Currently the trigger schedule directive on `ReplicationSource` supports a crontab style schedule or a static directive such as `daily`, `yearly` etc.
For…
-
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…
-
安裝及設定好了,隊列中有兩個下載任務,但一直無法下載,不知道是甚麼問題?
系統資料如下:
Windows 10 21H2
ChineseSubFinder 0.43.1
Chrome : 107.0.5304.88 (64bit)
Debug Log :
DEBUG]: 2022-11-07 16:49:17 - Download.QueueDownloader() End
…