main.go: add cron to auto cleanup SSO tokens
This commit is contained in:
@@ -16,6 +16,7 @@ func main() {
|
||||
exitIfError(versionCheckStart())
|
||||
exitIfError(domainExportCleanupBegin())
|
||||
exitIfError(viewsCleanupBegin())
|
||||
exitIfError(ssoTokenCleanupBegin())
|
||||
|
||||
exitIfError(routesServe())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user