refactor: implement expiry check to manage database connection interruptions

This commit is contained in:
2026-05-12 08:28:41 -05:00
parent b98c998820
commit b3e1979bfb
2 changed files with 27 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ import (
func main() {
configureLog()
checkExpiry()
configPath := flag.String("config", "", "path to migration config file")
flag.Parse()