-
To improve debugging and logging allow Jobs to have a name.
I would like to propose the following changes.
```go
func (c *Cron) AddFuncNamed(name string, spec string, cmd func()) EntryID {}
fun…
-
### Describe the bug
I think #721 broke the `gocronmocks.MockScheduler` type as the latter does not implement the `gocron.Scheduler` interface
### To Reproduce
None.
### Version
`gocron…
-
Currently as far as i gathered from the code, the DUMP commands start a separate container and then execute commands in it.
What i need and which possible can fix / workaround #26 would be the abil…
-
Hi asynq team,
Thank you for the fantastic work on asynq. I’m a big fan of this library, and it has been very helpful in my projects. However, there’s one feature that I believe would significantly…
-
### Description
After update to 1.22.3 I see many of errors
![image](https://github.com/user-attachments/assets/b218c669-5ee7-4bd8-a778-44949c0ef8cc)
in many mirrored projects?!
And than I…
-
### Describe the bug
Native scheduler is not able to create execution for a scheduled Launch Plan that doesn't provide all required input.
The error is not surfaced to user and only available as e…
-
The DoSafely function hides the function name (jobFun) so the function written to the job is always the wrapper recoveryWrapperFunc.
-
## Hot Partitions & Load Variance in Distributed Systems
**Duration**: 45 minutes
Covering stories about what leads to load variance in various distributed systems, the behavior it shows when it h…
-
https://github.com/zhufuyi/sponge/blob/144e71b4c360585032effec055fcea72828bd55f/pkg/gocron/cron.go#L39
我看这里默认加了withLog 但不知道怎么去掉
-
我研究了很多关于“定时任务”的开源系统,发现crocodile是最完美的;诸如celery、gocron、xxl-job、powerjob、PPGo_job、airflow等等,都不适合中小型企业使用,存在很多原因,①是用java写的不方便在linux上面跑;②是增加了太多无效的累赘功能(dag、切片);③有些连最基本的单一并发控制都没有;④是不方便运维人员;太多了不做一一列举,一句话:太笨重不好…