zcrm-python-sdk icon indicating copy to clipboard operation
zcrm-python-sdk copied to clipboard

Add remote host variable for DB

Open Nolsta opened this issue 5 years ago • 1 comments

With @Nyawanga Edit zcrmsdk git libraries, add remote host variables to allow us to connect to aurora db instead of local host only.

Nolsta avatar Dec 09 '20 15:12 Nolsta

This is a no brainer. Especially for serverless deployments. I have had to use the persistence_handler_class to implement remote host.

The implementation is also very opinionated with regards to logging. It assumes write access to a log file on the file system which is not always the case. Writing to stdout or the ability to modify this will be ideal

ioluwayo avatar Jan 03 '21 23:01 ioluwayo