cjb / codex-blackboard

Meteor app for coordinating solving for our MIT Mystery Hunt team
GNU Affero General Public License v3.0
25 stars 17 forks source link

Use transactions for racy updates #333

Open Torgen opened 6 years ago

Torgen commented 6 years ago

The blackboard has some racy multi-document updates, like creating a new puzzle, then adding that puzzle to its owning round. MongoDB 4.0 supports multi-document transactions. Once Meteor supports it, we should use transactions for these updates. Blocked by meteor/meteor-feature-requests#269 and meteor/meteor-feature-requests#311.