vkuznet / transfer2go

Distributed, loosely couple agent-based transferring system
MIT License
8 stars 2 forks source link

Add catalog exec method to avoid db lock error #55

Closed rishiloyola closed 6 years ago

rishiloyola commented 6 years ago

I tried to solve this problem with busy_timeout but it is helpful when we have multiple connections with the DB.

Reference: https://godoc.org/github.com/mxk/go-sqlite/sqlite3#Conn.BusyTimeout