Hypothetical BaseConfigSchema migration race conditions #82

Closed
opened 2026-02-21 02:07:33 -05:00 by cswimr · 0 comments
Owner

I've not tested this, but it might be possible for multiple cogs, loading simultaneously, to run migrations at the same time and end up clobbering each other and corrupting the configuration. The simple fix for this is using a lock to ensure that migrations can only be ran once at a time.

I've not tested this, but it might be possible for multiple cogs, loading simultaneously, to run migrations at the same time and end up clobbering each other and corrupting the configuration. The simple fix for this is using a lock to ensure that migrations can only be ran once at a time.
cswimr self-assigned this 2026-02-21 02:07:33 -05:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cswimr/tidegear#82
No description provided.