-
Notifications
You must be signed in to change notification settings - Fork 59
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
fixing interval issues #104
Conversation
Signed-off-by: Jeremy J. Miller <jm@chef.io>
@jeremiahsnapp Want to take a look? I've tested and this seems to be a reasonable fix. |
@jeremymv2 This looks good to me. My understanding is the Nice work! |
@jeremiahsnapp correct. So you can see the results, with attributes in a wrapper set as such (1 minute interval):
1st time:
2nd converge, < 1 minute later
3rd converge, this time after waiting > 1 minute (same result as 1st converge)
|
@jeremymv2 I like your style. Thanks for your thoroughness. This PR totally solves the issue. Do you need anything else from me to merge it? |
Thanks @jeremymv2 and @jeremiahsnapp for this improvement |
Description
There were some problems when using
interval
:Issues Resolved
This fixes: #101 and #102
Check List
Signed-off-by: Jeremy J. Miller jm@chef.io