3 years ago
About Performance Issues 2021-05-04
What happened
- Due to a recent feature implementation in our AI engine, we launched a new job that made a very huge set of parallel calls to our API, degrading its performance for a while.
What we’ve done
- We immediately stopped the involved job and committed a first fix (https://gitlab.com/fluidattacks/product/-/commit/395ca6b2070382fcc76f764922520e5999836b65).
What’s the impact
- Accessing the ARM was not possible for a few minutes.
What we are doing to help
- We are currently ensuring we don't overload our API with lots of intermittent expensive calls and also optimizing how our AI engine communicates with the ASM.