Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async Scheduler #165

Open
darlandieterich opened this issue Dec 3, 2020 · 2 comments
Open

Async Scheduler #165

darlandieterich opened this issue Dec 3, 2020 · 2 comments

Comments

@darlandieterich
Copy link

Every 3 seconds call function process but sometimes has delay to response, accumulating the time..

How call async function every 3 seconds?

s := gocron.NewScheduler()
s.Every(3).Seconds().Do(task)
<- s.Start()
@JohnRoesler
Copy link
Contributor

Come over to https://github.com/go-co-op/gocron - we, the maintainers forked as Jason has been unreachable for many months. Check and see if you still have the issue

@darlandieterich
Copy link
Author

all right! moving the issue. thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants