1
0

feat(tasks): add periodic resync of updated tasks to Typesense

This commit is contained in:
kolaente
2023-08-28 13:26:40 +02:00
parent 010b4ce783
commit 1a82d6da44
3 changed files with 175 additions and 7 deletions

View File

@ -89,6 +89,7 @@ func FullInit() {
models.RegisterUserDeletionCron()
models.RegisterOldExportCleanupCron()
openid.CleanupSavedOpenIDProviders()
models.RegisterPeriodicTypesenseResyncCron()
// Start processing events
go func() {