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

Concurrency hardening #429

Merged
merged 3 commits into from
Nov 17, 2024
Merged

Conversation

p2004a
Copy link
Collaborator

@p2004a p2004a commented Nov 17, 2024

No description provided.

There can be a bunch of failures happening when make is run in
parallel, especially around the .maps-cache folder. This tries
to resolve the issue placing a file lock on top of the maps
metadata cache and replace some file operations with write to
tmp then move.
This is to make sure that e.g. deploy actions running at different
times concurrently push wrong versions or older commit overrides
newest one.
@p2004a p2004a merged commit 12c5f32 into beyond-all-reason:main Nov 17, 2024
6 checks passed
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