Rasa X is constantly looking for new model

Hi, I try to run Rasa X on a server. It seems like Rasa X is constantly looking for a new model (output below).

Every two seconds I get the following DEBUG output:

`2019-07-09 16:21:30 DEBUG    rasa.core.agent  - Requesting model from server http://localhost:40001/api/projects/default/models/tags/production...
2019-07-09 16:21:30 DEBUG    rasa.core.agent  - Model server returned 204 status code, indicating that no new model is available. Current fingerprint: 913e9ad95c079f15ef35e57d4a8ad142
2019-07-09 16:21:30 DEBUG    rasa.core.agent  - No new model found at URL http://localhost:40001/api/projects/default/models/tags/production`

Is this wanted behaviour? Its at least producing tons of output for the logs.

Hey @IgNoRaNt23, this is indeed wanted behavior, as it’s always polling to make sure you and anyone else talking to the bot is talking to the correct bot (i.e. you haven’t just pushed a new one to production and they should be talking to that one now). Agreed it’s a little annoying – that’s why its a DEBUG log and not a normal one :slight_smile: