-
This code does not work:
```go
func main() {
j, err := s.NewJob(
gocron.DurationJob(
10*time.Second,
),
gocron.NewTask(
func(parameters ...any) {
for i := range parameters …
-
**Where is the project currently hosted?**
https://github.com/jasonlvhit/gocron
**What languages other than Go does the project utilize?**
None
When was the project's last activity?
Mar 12, 2…
-
Subscribe to this issue and stay notified about new [daily trending repos in Go](https://github.com/trending/go?since=daily)!
-
**What are you trying to do?**
I'm trying to do backups automatically for day (3 days retention), week (1 month retention) and month (3 months retention)
**What is your current configuration?*…
-
# 🚀 Feature Request
### Relevant Package [**REQUIRED**]
This feature request is for support-cron-scheduler.
### Description [**REQUIRED**]
A more modern cron expression should supp…
-
It'd be awesome if we could install from source with `go install github.com/MickMake/GoSungrow@v2.3.0`. It looks like the replace directives enforce a local dependency?
-
# 🐞 Bug Report
### Affected Services [**REQUIRED**]
The issue is located in: support-cron-scheduler
### Is this a regression?
No
### Description and Minimal Reproduction […
-
### Is your feature request related to a problem? Please describe
When the task function panics, the `err` captured in `eventListeners` is `ErrPanicRecovered` with simple error message `gocron: pan…
Higan updated
5 months ago
-
I have https://github.com/LumeWeb/gocron/commit/6e1fcc64e8b6a5b4ae0025ac71f25a3e7b67a79b though im not sure if you require anything else.
would like to submit a PR so I don't need to keep a fork. I…
-
### Describe the bug
When I tried using gocron in my microservice written in go. It threw error in building with message "note: module requires Go 1.20"
### To Reproduce
Steps to reproduce th…