Capture the unique identifier everywhere its needed. (#51)

* Capture the unique identifier everywhere its needed.

* Handle graceful shutdown for historical processing

* Update flags and minor shutdown updates

* Update checkout statement for historic

* update cicd pipeline

* Add secret

* Use deploy-key instead of personal PAT

* update variables
This commit was merged in pull request #51.
This commit is contained in:
Abdul Rabbani
2022-06-03 12:47:13 -04:00
committed by GitHub
parent 9160dded11
commit e3b4fad3c7
21 changed files with 526 additions and 300 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ func SetupPostgresDb(dbHostname string, dbPort int, dbName string, dbUsername st
"driver_name_provided": driverName,
}).Error("Can't resolve driver type")
}
log.Info("Using Driver:", DbDriver)
log.Info("Using Driver: ", DbDriver)
postgresConfig := Config{
Hostname: dbHostname,