-
### Describe the bug
`WithLimitConcurrentJobs` causes scheduled jobs not to run after `StopJobs()` then `Start()`
### To Reproduce
```
func main() {
s, err := gocron.NewScheduler(
…
-
### Describe the bug
When creating a job with a task that has variadic args, the validator in the library will expect the variadic args to be "1" argument (suspect to be a slice of that type). So c…
-
### Is your feature request related to a problem? Please describe
```go
package main
import (
"fmt"
"time"
"github.com/go-co-op/gocron/v2"
)
func main() {
// create a scheduler
…
-
CMD: `sudo caddy validate --config /etc/caddy/Caddyfile`
Output
```
2024/08/16 08:46:33.622 INFO using config from file {"file": "/etc/caddy/Caddyfile"}
2024/08/16 08:46:33.643 INFO a…
-
CVE-2022-40365 references [github.com/ouqiang/gocron](https://github.com/ouqiang/gocron), which may be a Go module.
Description:
Cross site scripting (XSS) vulnerability in ouqiang gocron through 1.5…
-
### Describe the bug
Having scheduled singleton job with `gocron.LimitModeReschedule` option causes a memory leak. Respectively, such a job causes infinite memory allocation.
### To Reproduce
…
-
### Describe the bug
A state can be reached such that `scheduleFrom` in `selectExecJobsOutForRescheduling` retains the zero value, and this loop executes counting up from time zero to the current t…
-
### The problem
Hi, if I try to do a sync every 5 minutes for example, it is impossible to save the configuration.
### What version of Rclone Backup has the issue?
3.1.0
### What version…
-
### Is your feature request related to a problem? Please describe
I would like to log the next run time of a job when the job is also "skipped" by the distributed locker.
### Describe the soluti…
-
Se requiere realizar el análisis de una herramienta o librería que permita configurar eventos que se ejecutan automáticamente y pueden definirse desde el calendario académico. Investigar que herramien…