Skip to content
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

Remove last used speech engine from feature server updating query in mysql #940

Open
vdharashive opened this issue Oct 17, 2024 · 3 comments

Comments

@vdharashive
Copy link
Contributor

it is not required to store the last update speech engine in mysql database , since there will be lot of db update in mysql which is performance concern

Mysql can be used only for read only form all the jambonz services other then webapps and API server

Last used speech engine setting can be maintained in Redis

image

@rammohan-y
Copy link
Contributor

As per discussion with @davehorton we will be removing the last_used from UI and stop calling updateSpeechCredentialLastUsed method in feature-server module

@davehorton
Copy link
Contributor

along with this we will need to update the webapp to not show it as well

@rammohan-y
Copy link
Contributor

PR for webapp: jambonz/jambonz-webapp#460
PR for feature-server: #944

Please see below picture after removal of last used column.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants