combust / mleap

MLeap: Deploy ML Pipelines to Production
https://combust.github.io/mleap-docs/
Apache License 2.0
1.5k stars 312 forks source link

Question about Mleap Spring Boot API #865

Closed habib27 closed 1 year ago

habib27 commented 1 year ago

Hi,

When posting a model to the spring boot API there are two fields which I don't fully timeout. If you could explain what thier functionality is, would greatly appreciate it:

1) diskTimeout (what is this and how is it different from memoryTimout) 2) force: false/true (what does this do exactly)

jsleight commented 1 year ago

According to [this comment])https://github.com/combust/mleap/blob/d1d4afd001382cfae8c8d7a572fbd581718a1b5f/mleap-executor/README.md?plain=1#L79), disktimeout doesn't do anything right now, but is intended as a way for the server to TTL a model out of disk if it is idle too long.

force doesn't seem to do anything either from what I can tell.

habib27 commented 1 year ago

Thank you for prompt response.