David Hall
Results
2
comments of
David Hall
Try setting --file_system_poll_wait_seconds=0 The [default](https://github.com/tensorflow/serving/blob/b724ceda57b4fdc9b5bd09da231c7186435cd807/tensorflow_serving/model_servers/server.h#L64) is set to 1 second - I think that's why there is an adding/updating models every 1 second - tf serving is checking /models for...
If what I suggested is the cause of your problem I don't know if I would describe it as a bug nor a workaround - tf-serving is behaving as described...