-
## Expected Behavior
I have a cron workflow that uses the cron expression "@every 30s". This works fine when run against a temporal server, however, it fails when using the workflow unit test scaff…
-
大名鼎鼎的cron库。https://github.com/robfig/cron 有性能问题,
感兴趣。可看下面的链接,在我的测试中,1w个任务。1s更新100个。cron有时候会把cpu占用到90%,而且是空调函数,还没有具体的业务逻辑,而且比较严重的是,一但更新就会有cpu突刺。
https://github.com/antlabs/cronex 这是对cron的改良。
http…
-
**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…
-
### 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/…
-
# Crash
panic: runtime error: slice bounds out of range [:-1]
# Crash Log
github.com/robfig/cron/v3.Parser.Parse({0x125d130}, {0x116435c, 0x9})
/Users/ljc/go/pkg/mod/github.com/robfig/cron…
-
Task1: `0 0,8,16 * * *`
Task2: `0 0,8,16 * * *`
```
Apr 12 00:00:00 semaphore semaphore[368518]: panic: Connection schedule already exists
Apr 12 00:00:00 semaphore semaphore[368518]: goroutin…
-
```
2021/05/06 23:36:00 [PROXY] Checking all uploads
2021/05/06 23:37:00 [PROXY] Checking all uploads
2021/05/06 23:37:00 stat /root/proxy/cache: no such file or directory
panic: runtime error: in…
-
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…
-
Hi,
from time to time, the backend crashes (seemlingly due to connection issues with the mongoDB instance) without automatically restarting.
It would be great, if such errors would not lead to a c…
Stean updated
2 years ago
-
I'm running on a Pi5 inside docker as per the instructions in the Readme and running the latest image, I've tried manually rebuilding the search index and had the same issue. This is a fresh setup as …