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

Support running as task daemon #1

Closed
adhocore opened this issue Apr 21, 2021 · 1 comment
Closed

Support running as task daemon #1

adhocore opened this issue Apr 21, 2021 · 1 comment
Labels
help wanted Extra attention is needed in progress

Comments

@adhocore
Copy link
Owner

draft API:

taskr := gronx.NewTasker()

taskr.Task("*/5 * * * *", func (ctx Context) {
})
// ... add more tasks

// run tasker and triggers the task when each of them are due
taskr.Run()
@adhocore adhocore added the help wanted Extra attention is needed label Apr 21, 2021
@adhocore adhocore pinned this issue Apr 21, 2021
@adhocore
Copy link
Owner Author

adhocore commented May 2, 2021

closed by #3

@adhocore adhocore closed this as completed May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed in progress
Projects
None yet
Development

No branches or pull requests

1 participant