Skip to content

Model server is not responding quickly because of some threading issues #216

Discussion options

You must be logged in to vote

This is a very generic error that happens when an action takes time to execute (As the label suggests :) ). It may indicate a deadlock (if the message keeps getting printed forever), or just a very slow operation. In your case, it doesn't seem to loop forever, so it just looks like a slow operation.

The only way to figure it out is to debug the model server when this happens, to know which operation is slow and why.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ndoschek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants