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

race condition for version migrations #2681

Open
beckermr opened this issue May 30, 2024 · 0 comments
Open

race condition for version migrations #2681

beckermr opened this issue May 30, 2024 · 0 comments

Comments

@beckermr
Copy link
Contributor

If a user opens their own version update PR in between the time the time the bot finds the new version, but has not yet updated its metadata on each feedstock to their current versions, then we get a race condition where the bot fails.

This happened for fa2_modified in a recent run: https://github.com/regro/cf-scripts/actions/runs/9304288652/job/25608500238

We may want to reparse the feedstock version from upstream one more time before we try and make a version PR. We'll still be subject to the race condition, but the time window for error will be a lot smaller (~few minutes instead of maybe ~1 hour).

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

No branches or pull requests

1 participant