Re: [web2py] Running web2py in a container / Kubernetes

2019-07-11 Thread Stéphane Krikorian
hi i run both stateless w2p apps and statefull ones on kubernetes. note that when using web2py framework with authentication you often end up with a database unless working in a read only mode. in my architecture : for statefull apps: database backend (postgres) is externalized for production (it

Re: [web2py] Re: Redis and Python3?

2019-05-19 Thread Stéphane Krikorian
Thanks for your feedback Jim. Since there are known problems with python-redis3 i force python-redis2 (2.10.6) I tried your suggestion but it fails if 'unique_key' in self and rtn['unique_key'] == self.unique_key: TypeError: argument of type 'MockQuery' is not iterable Did anyone succeed in