actionml / harness

Harness is a Machine Learning/AI Server with plugins for many algorithms including the Universal Recommender
Apache License 2.0
283 stars 49 forks source link

document async nature of engine ops #297

Open pferrel opened 3 years ago

pferrel commented 3 years ago

response to engine add, for instance, only means the "job" of adding has been accepted. It does not mean engine params are validated -- as of etcd version.

pferrel commented 3 years ago

the engine ops are now async with the REST calls so document this. For instance is hctl status engines does not return the correct params, then the logs must be searched for the engine op error, it is not retrievable via the API

pferrel commented 3 years ago

only applies to Harness 1.0+