Skip to content

workflows: switch to raising EntityConflictError in some places in local world#141

Merged
msullivan merged 1 commit into
mainfrom
entity-conflict
Jun 24, 2026
Merged

workflows: switch to raising EntityConflictError in some places in local world#141
msullivan merged 1 commit into
mainfrom
entity-conflict

Conversation

@msullivan

Copy link
Copy Markdown
Contributor

There were some cases that raised RuntimeError, but they are reachable
due to legitimate races I think (though other fixes I've made should
make them less likely?), so we should raise EntityConflictError.

This should match what JS does.

…cal world

There were some cases that raised RuntimeError, but they are reachable
due to legitimate races I think (though other fixes I've made should
make them less likely?), so we should raise EntityConflictError.

This should match what JS does.
@msullivan msullivan requested a review from fantix June 23, 2026 19:24
@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vercel-py Ready Ready Preview Jun 23, 2026 7:24pm

Request Review

@fantix fantix left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, good call! EntityConflictError was added in a later stage so these were missed out.

@msullivan msullivan merged commit 1657758 into main Jun 24, 2026
13 checks passed
@msullivan msullivan deleted the entity-conflict branch June 24, 2026 17:02
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.

2 participants