-
Notifications
You must be signed in to change notification settings - Fork 3
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
Additions #3
Comments
Yes. as well as adding the ability to query for the
That's an interesting idea, we can hold an average of the previous runs and calculated the Expected Runtime based on the Average +/- A delta.
This can be an interesting option too. However, I had plans to add context to the function signature to be instead of just a |
what sort of interface were you thinking of for returning the details? Just a slice with the Schedule returned back?
Yep. That was my Thoughts as well.
That would work for me... I was also thinking something along the lines of "middleware" executed at each State Transition. my use cases:
I think you could probably also introduce the retry/backoff item in your "TODO" as a midleware as well, which would allow users to customize how they want to handle it? |
Is your feature request related to a problem? Please describe.
Wondering if you would be interested in the following PR's:
The text was updated successfully, but these errors were encountered: