What are the current options for disabling services like ML?
I thought of
- setting the job concurrency to 0 (not allowed)
- pausing the job(s): only works if you upload some pictures and are fast enough to click the UI, there is no option to pause while the queue is empty. This can become a problem, because if the system starts lagging due to too many jobs, it's hard to click the button in the UI... Also, pausing the ML job does not free the memory, which is my main concern.
- removing the ml container completely: Are there any side effects apart from log messages complaining? is this the right way to do it? Since ideally I would like to only disable the clip service but keep the face recognition, this is not very practical.
- set an environment flag: This is currently only documented for the reverse geocoding, is it supported for ml stuff as well?