-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Run now function for recurring task #140
Comments
Hi! I like your use-case, building a UI. Some of the methods on |
That was exactly what we were looking for. We managed to get the execute now function to work with the reschedule method. |
Excellent 👍 |
? :) |
认真学习 means study something very hard :) |
Hi,
We have many recurring tasks to import data into our database. We are building an admin frontend to display the status (information like last execution, etc) of each recurring task. The missing feature on that frontend is a button "Execute now". The button would trigger the task to be executed now. After the one time execution the task should be scheduled again according to the original schedule.
Something like
scheduler.runOnce(taskName : String)
would be really nice.The text was updated successfully, but these errors were encountered: