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

fix(cfn): Return RUNNING if an error occurred #3210

Merged
merged 3 commits into from
Oct 3, 2019

Conversation

xavileon
Copy link
Contributor

@xavileon xavileon commented Oct 3, 2019

Force cache refreshing was a retryable task. However, it didn't return
RUNNING whenever the cache refresh failed, and thus the task failed
immediately. This patch makes the task return RUNNING whenever there's
an exception refreshing the cache so it actually retries.

Force cache refreshing was a retryable task. However, it didn't return
RUNNING whenever the cache refresh failed, and thus the task failed
immediately. This patch makes the task return RUNNING whenever there's
an exception refreshing the cache so it actually retries.
Copy link
Contributor

@marchello2000 marchello2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, i missed this in prior review

@marchello2000 marchello2000 merged commit 109c3b2 into spinnaker:master Oct 3, 2019
@xavileon
Copy link
Contributor Author

xavileon commented Oct 3, 2019

Yes, sorry as well, I missed this too :-)

@xavileon
Copy link
Contributor Author

xavileon commented Oct 4, 2019

@spinnakerbot cherry-pick 1.16

spinnakerbot pushed a commit that referenced this pull request Oct 4, 2019
* fix(cfn): Return RUNNING if an error occurred

Force cache refreshing was a retryable task. However, it didn't return
RUNNING whenever the cache refresh failed, and thus the task failed
immediately. This patch makes the task return RUNNING whenever there's
an exception refreshing the cache so it actually retries.
@spinnakerbot
Copy link
Contributor

Cherry pick successful: #3216

marchello2000 pushed a commit that referenced this pull request Oct 7, 2019
* fix(cfn): Return RUNNING if an error occurred

Force cache refreshing was a retryable task. However, it didn't return
RUNNING whenever the cache refresh failed, and thus the task failed
immediately. This patch makes the task return RUNNING whenever there's
an exception refreshing the cache so it actually retries.
@rampatnaik
Copy link

@spinnaker please reopen

@rampatnaik
Copy link

@spinnakerbot I have similar issues.
Please reopen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants