-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Bug/Question]: wait-seconds-before-first-polling: '0'
causes crash
#994
Comments
wait-seconds-before-first-polling: '0'
causes crash
Blocking zero for the first waiting has just come from keeping a simple implementation.
On the other hand, the default 10 seconds were adjusted for my use and experience, and there is one historical reason. However, it was hacky, so I switched the default method to I agree that a shorter value or the same as other pollings might be reasonable since preferred |
Thanks for the quick fix 👍 |
Released in v3.6.0 https://github.com/kachick/wait-other-jobs/releases/tag/v3.6.0 🚀 Thanks for reporting this issue 🙏 |
What happened?
I want to start polling right away since we wait for other jobs midway through our task. Thus I tried setting
wait-seconds-before-first-polling: '0'
since I don't want to waste 10 seconds if the other jobs are already completed. However this yields the following error on 3.5.0.Is there a good reason for the 10 second wait default? Feels like quite an arbitrary number that probably should be off by default?
Error output:
Version
v3.5.0
Permissions
Parameters
Relevant log output
The text was updated successfully, but these errors were encountered: