edulinq / autograder-server

A server to automatically grading coding assignments.
MIT License
4 stars 5 forks source link

Task Race Condition #34

Closed eriq-augustine closed 11 months ago

eriq-augustine commented 12 months ago

There is currently a race condition when task timers are accessed (added or removed).

Syncing it is not hard, but we should take this time to think about how we can better represent, manage, and store tasks.

eriq-augustine commented 11 months ago

Implemented in a series of commits that ends with 5e394a0eee7b41add808d0dd22fe7c7bcfdfec4b.