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

Upload race condition for release/tag #25

Open
peterbrightwell opened this issue Feb 1, 2021 · 0 comments
Open

Upload race condition for release/tag #25

peterbrightwell opened this issue Feb 1, 2021 · 0 comments

Comments

@peterbrightwell
Copy link
Contributor

Making a release appears to trigger multiple render workflows, which may attempt to upload at the same time, and may leave the spec broken.

Rerunning the workflow manually will fix things but this needs sorting properly. Some things that will help:

  • change repos' render.yml to limit triggers (maybe tags and releases both trigger?)
  • wait and upload later if there is an upload in progress ($dest.new exists on the server)
  • Fix Upload fails quietly on SSH error #23 so we know it's failing!
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