lovelace-dev-org / lovelace

Interactive Learning Environment
University of Illinois/NCSA Open Source License
4 stars 4 forks source link

Handling of RabbitMQ failure is incomplete #88

Open enkwolf opened 1 year ago

enkwolf commented 1 year ago

RabbitMQ failure is only noticed in file upload exercise check_progress If the entire rabbit is down, server will crash before check_progress happens. Find a good centralized way to check health before attempting to send, and respond to the frontend accordingly.