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

Create a RepeatingTask #61

Closed
KenSuenobu opened this issue May 26, 2018 · 1 comment
Closed

Create a RepeatingTask #61

KenSuenobu opened this issue May 26, 2018 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@KenSuenobu
Copy link
Owner

RepeatingTask should provide the ability to run a Task multiple times. There should be a counter for the number of times the Task has repeated, and a limit.

@KenSuenobu KenSuenobu added enhancement New feature or request good first issue Good for newcomers labels May 26, 2018
@KenSuenobu KenSuenobu added this to the 0.1.0 milestone May 26, 2018
@KenSuenobu
Copy link
Owner Author

Task finished. Repeating tasks will not reflect the same functionality as a runnable task, as they do not register in the JobExecutor. They are only run as a reusable instance of the RunnableTask that they create. This means, task status will not be reflected in the contained Task - only the RepeatingTask. The top-level task (RepeatingTask) will still retain the status, even on failure, cancellation, or exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant