-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
Following up on this slack discussion.
The problem is that the skops CI sometimes times out after we added tests for the inference API (here is a failed run). We did some further investigation and this is what we can say for now:
- The call to the inference API is the slow step
- It's only the first call that is slow, repeated calls are fast thanks to warm start (but our tests don't benefit from that).
- The more processes there are in parallel, the more likely it is for the call to be slow or to time out, but there is a lot of variance
- Even 3 parallel processes can already cause slowdown
- This happens even without the retry decorator we use
- If a call does not finish within 3 min, in the vast majority of times, it times out after 7 min (there is no timeout set from the client side).
- Occasionally, we also get an internal server error
ping @adrinjalali
Metadata
Metadata
Assignees
Labels
No labels