jambonz / jambonz-feature-server

Core telephony feature server for the jambones platform
MIT License
46 stars 38 forks source link

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

Open vdharashive opened 1 week ago

vdharashive commented 1 week ago

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 commented 3 days ago

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

davehorton commented 3 days ago

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

rammohan-y commented 3 days ago

PR for webapp: https://github.com/jambonz/jambonz-webapp/pull/460 PR for feature-server: https://github.com/jambonz/jambonz-feature-server/pull/944

Please see below picture after removal of last used column.

image