python - Is there a way to update web2py database table without locking the database? -
i have hourly process updates 1 of database tables - when processing presents errors due database being locked:
operationalerror: database locked
is there way can update databases in web2py without them locking - or there other workaround can take here?
Comments
Post a Comment