openHPI / poseidon

Scalable task execution orchestrator for CodeOcean
MIT License
8 stars 1 forks source link

Fix Nomad evaluation race condition #632

Closed mpass99 closed 2 months ago

mpass99 commented 2 months ago

that was caused by Nomad sending similar evaluation information multiple times and Poseidon closing the response channel only asynchronously.

Closes #618

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.92%. Comparing base (8f819de) to head (64ec09b). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #632 +/- ## ======================================= Coverage 76.92% 76.92% ======================================= Files 41 41 Lines 3498 3498 ======================================= Hits 2691 2691 Misses 592 592 Partials 215 215 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.