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(3089): add build node name update in the _verify which is used in retry queue #197

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

VonnyJap
Copy link
Member

@VonnyJap VonnyJap commented May 3, 2024

Context

When a pod faces resource constraints and enters a pending state, it's placed in a retry queue. In the underlying process, the retry queue invokes the _verify method within the executor implementation, as specified in this approach. Currently, the retry mechanism lacks the capability to update information regarding the build node.

Objective

Updating the build node information proactively in the retry queue, to enhance efficiency and reduce the likelihood of missing it in the data store.

References

screwdriver-cd/screwdriver#3089

License

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

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

Successfully merging this pull request may close these issues.

1 participant