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(tasks): limit task maxBackoff time to 2min #3193

Merged
merged 1 commit into from
Sep 24, 2019
Merged

Conversation

asher
Copy link
Contributor

@asher asher commented Sep 24, 2019

  • The maxTaskBackoff for RetryableTask RunTask messages was previously limited via LockExtendingTaskExecutionInterceptor which was removed by chore(core): removing clusterLock feature #3136. This makes the prior backoff constraint the default as it assists with patching and cancellation of in-flight executions.

@asher asher requested a review from cfieber September 24, 2019 19:25
@cfieber
Copy link
Contributor

cfieber commented Sep 24, 2019

I think the limitation went in because we needed to be sure we refreshed the TTL on the lock - I'm not sure we need to constrain it any further. That said, it is probably better to revisit the task with some frequency - I suspect it might give us a better story around killing off things that have been cancelled etc

@asher asher merged commit c104a23 into spinnaker:master Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants