1
0

fix(typesense): update tasks in Typesense directly when the change happened

Resolves https://community.vikunja.io/t/no-filters-working-assignee-date-task-done-etc/1910
This commit is contained in:
kolaente
2024-01-28 11:46:52 +01:00
parent ae9b382963
commit 90ad975ca0
4 changed files with 68 additions and 26 deletions

View File

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