Is there a way to update web2py database table without locking the database?

181 views Asked by At

I have an hourly process that updates one of my database tables - but when this is processing it presents errors due to the database being locked:

OperationalError: database is locked

Is there a way I can update the databases in web2py without them locking - or is there some other workaround I can take here?

0

There are 0 answers