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

RFE: waitForEvaluationDoneEvent variable sleep time #119

Open
popecruzdt opened this issue Oct 5, 2022 · 0 comments
Open

RFE: waitForEvaluationDoneEvent variable sleep time #119

popecruzdt opened this issue Oct 5, 2022 · 0 comments

Comments

@popecruzdt
Copy link

Problem statement.
The waitForEvaluationDoneEvent function has a hard coded sleep time of 10 seconds between retries. Users would like to make this duration configurable. The current value of 10 seconds causes unnecessary outputs in the console logs and excessive API calls.

Describe the solution you'd like
Modify the sleep duration from 10 seconds to a variable that is set as an argument. If the argument is missing or equal to zero, then default to 10 seconds.

Describe alternatives you've considered
N/A

Additional context
N/A

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

1 participant