This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Description
Getting a prediction currently only works synchronously, so if prediction service is not available, it will simply fail.
Prediction might be offline, though, because it is simply down or there is no reliable model available.
It might make sense to decouple the request from the actual prediction using Kafka or similar streaming / queuing / messaging services.