main.go: add cron to auto cleanup SSO tokens

This commit is contained in:
Adhityaa Chandrasekar
2019-04-20 23:30:34 -04:00
parent 6317b384d9
commit cac1cfa84a
2 changed files with 26 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ func main() {
exitIfError(versionCheckStart())
exitIfError(domainExportCleanupBegin())
exitIfError(viewsCleanupBegin())
exitIfError(ssoTokenCleanupBegin())
exitIfError(routesServe())
}