Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Write detection code path in callbacks (#48)
Browse files Browse the repository at this point in the history
Previously, we actively wait for rcf and threshold model requests to return in transport thread. The active wait blocks transport thread. To increase concurrency and improve performance, we change detection code path to use callbacks.

Testing done:
* all unit and integration tests pass
* run end-to-end testing to verify basic workflow works including creating detector and generate anomaly score
  • Loading branch information
kaituo authored Mar 9, 2020
1 parent b4f3486 commit e2f7208
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 200 deletions.
Loading

0 comments on commit e2f7208

Please sign in to comment.