api: add cron job to clean up views table

This commit is contained in:
Adhityaa Chandrasekar
2019-01-31 02:19:12 -05:00
parent 7be22b091f
commit 94829d9b83
2 changed files with 26 additions and 0 deletions

View File

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