If you are using Apache, than you are not using the web2py server (rocket).
Apache is prone to crashes and we do not recommend it any more. Today Nginx
is a better option.
On Thursday, 14 July 2016 09:17:25 UTC-5, Daksh Anand wrote:
>
> I have a function through which i send mail to around 10-12
I use
if not request.env.web2py_runtime_gae:
migrate = 0
fake_migrate = myconf.take('db.fake_migrate') and True or False
migrate = (myconf.take('db.migrate') or migrate) and True or False
## if NOT running on Google App Engine use SQLite or other DB
## folder="../databases"
Is it possible to use two step verification - OTP in web2py
i've tried on book two step verification with droidOTP even manual with
pytop but the result is not expected (no error traceback occured but the
result is not expected)
e.g. pyotp
*models/db.py*
from gluon.tools import Auth, Service, Plu
Hi,
I am using the web2py scheduler to run some background jobs. I am starting
the scheduler using systemd and once started it also spawns two postgres
processes as that is my DB. Now the problem is that the postgres processes
continue to consume more and more memory even when no process is run
4 matches
Mail list logo