refactor: implement expiry check to manage database connection interruptions
This commit is contained in:
@@ -19,6 +19,7 @@ import (
|
||||
|
||||
func main() {
|
||||
configureLog()
|
||||
checkExpiry()
|
||||
|
||||
configPath := flag.String("config", "", "path to migration config file")
|
||||
flag.Parse()
|
||||
|
||||
Reference in New Issue
Block a user