-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Rasa X model pull interval configurable in local mode #4635
Conversation
let me know what you think @wochinge this is just the first round, although I don't see Rasa X replacing my config if I put custom stuff in my |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logic looks good! I left a couple of suggestions to polish it a bit. Can we please also write test(s)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
ok @wochinge I think all your recent feedback has been implemented now. |
fixing the linting issue, forgot to run that before pushing up |
ok @wochinge all your requested changes should be updated and I fixed the changelog conflict, all tests are passing let me know any other feedback |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great! Can you please also write unit test(s) for it?
Also, this pr should probably go against 1.4.x
(please make sure your changelog entries end up in the section)
Yep I was gonna write the tests after we agreed on how it all is which we do now so I'll work on that next and fix the changelog |
will be working on the tests today/tomorrow to finish this up |
@btotharye can you give the PR a more descriptive name while you're at it? |
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
Any idea @wochinge why this is failing now? All I did was update it from the recent master updates |
pretty sure I got the issues resolved if this all passes @wochinge I'll merge it |
Looks like it was a simple thing to fix @wochinge I'm pushing up the changes these tests should pass now. |
re-running tests from the update @wochinge if they pass which they should merging this one |
@wochinge can we merge this one? I'm not sure why the tests are showing funky, on the site it shows coverage increased. |
@btotharye Now you deleted your own changelog 😆 |
ha let me double check it, crap |
ok @wochinge the changelog should be updated now sorry about that |
@btotharye Please put it in the changelog for |
sorry fixed wasn't paying attention there I was in 1.5.x mode |
Proposed changes:
endpoints.yml
and also actually use thewait_time_between_pulls
from the sourceendpoints.yml
file.Status (please check what you already did):
black
(please check Readme for instructions)