Open zhx828 opened 2 years ago
Annotating HGVSg uses a lot of resources. If a request contains too many variants, it will occupy the thread and further drags down the service. We should put a cap at 200.
May be worth to add a threshold for other annotation endpoints too.
We are working on improving the GN performance, hopefully this is not really needed.
Annotating HGVSg uses a lot of resources. If a request contains too many variants, it will occupy the thread and further drags down the service. We should put a cap at 200.
May be worth to add a threshold for other annotation endpoints too.