FAForever / faf-league-service

The league service of Forged Alliance Forever
GNU General Public License v3.0
0 stars 0 forks source link

Fix problem with RabbitMQ messages #73

Closed BlackYps closed 3 weeks ago

BlackYps commented 1 month ago

The update of the aio_pika library from 6.8.2 to 7.0 caused a problem with message acknowledgement in rabbitMQ. The exact cause is still unknown, but for now we can fix the problem by downgrading the library

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 96.66%. Comparing base (05663d5) to head (d9d58bb). Report is 1 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #73 +/- ## ======================================== Coverage 96.66% 96.66% ======================================== Files 12 12 Lines 509 509 ======================================== Hits 492 492 Misses 17 17 ```

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