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?