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

Lock deploys immediately upon starting a deploy process #6223

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

josegonzalez
Copy link
Member

Previously, some attempts to trigger a deploy would lock much later than desired, making it possible to trigger race conditions during deploys. We now lock as soon as possible for all cases where receive-app might be called in the request chain.

@josegonzalez josegonzalez added this to the v0.33.0 milestone Nov 3, 2023
@josegonzalez josegonzalez modified the milestones: v0.33.0, v0.34.0 Jan 20, 2024
@josegonzalez josegonzalez mentioned this pull request Mar 13, 2024
@josegonzalez josegonzalez changed the base branch from master to 0.34-release March 14, 2024 12:23
Previously, some attempts to trigger a deploy would lock much later than desired, making it possible to trigger race conditions during deploys. We now lock as soon as possible for all cases where receive-app might be called in the request chain.
Since the logic is now wrapped in other functions, we need to surface the exit code appropriately.
@josegonzalez josegonzalez modified the milestones: v0.34.0, v0.35.0 Mar 18, 2024
Base automatically changed from 0.34-release to master March 18, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant