Possible variant of consecutive releases issue
See original GitHub issueSee https://discuss.dockstore.org/t/github-app-missed-tag-event/4186/2 for context
Looks like a quick release of main and tag 0.1 in pretty much the same minute might cause an issue. Relevant log to search for is
ERROR [2021-03-01 20:19:43,021] io.dockstore.webservice.resources.AbstractWorkflowResource: User iwc-workflows-bot: Unhandled error while handling push event for repository iwc-workflows/sars-cov-2-variation-reporting and reference refs/tags/v0.1→org.hibernate.exception.ConstraintViolationException: could not execute statement
A redelivery worked, so there might be a race condition.
Webhook delivery is 506147e2-7acb-11eb-93bf-be7974f4eff4
if investigator wants to take a look
┆Issue is synchronized with this Jira Story ┆fixVersions: Dockstore 1.13 ┆friendlyId: DOCK-1723 ┆sprint: Backlog ┆taskType: Story
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Concurrent development of consecutive releases
The trouble is that the development teams might have to face a selective un-merge or commenting-out frenzy to support that, depending on what...
Read more >FDA releases important information about risk of COVID-19 ...
FDA releases important information about risk of COVID-19 due to certain variants not neutralized by Evusheld.
Read more >semantic-release errors for 2 consecutive pushes to master
When you push to master while another master build is still running, you get the error: semantic-release cannot push the version tag to...
Read more >Trunk-based Development | Atlassian
Enables consecutive production code releases. Teams should make frequent, daily merges to the main branch. Trunk-based development strives to keep the trunk ...
Read more >Release Strategy - OpenSSL
Releases that change the last digit, e.g. 1.1.0 vs. 1.1.1, can and are likely to contain new features, but in a way that...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
#3770 might be a partial solution to this.
FWIW, at least not in the last 4 weeks