You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently AiExtension does not implement the async stop_extension() method. This is causing the server to take much longer than it usually does to stop. When I add this block:
Description
Currently
AiExtension
does not implement theasync stop_extension()
method. This is causing the server to take much longer than it usually does to stop. When I add this block:The server stops considerably faster. However, if an exception is raised in this block, then the server refuses to stop without
kill -9 <PID>
.We need to determine 1) what else needs to be done (if anything) in this method, and 2) how to safely implement this method and handle exceptions.
The text was updated successfully, but these errors were encountered: