Xilinx / inference-server

https://xilinx.github.io/inference-server/
Apache License 2.0
43 stars 13 forks source link

Handle exceptions on worker loading #28

Closed varunsh-xilinx closed 2 years ago

varunsh-xilinx commented 2 years ago

Workers can fail during loading but errors are only correctly handled if errors occur during init() while errors occurring in allocate() or acquire() result in the server crashing.