move validate_thumbnails out of startup has it's own schedule now

pull/129/head
simon 3 years ago
parent f6159a48d5
commit 23f9894154
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -6,7 +6,6 @@ from django.apps import AppConfig
from home.src.config import AppConfig as ArchivistConfig
from home.src.helper import RedisArchivist
from home.src.index_management import index_check
from home.src.thumbnails import validate_thumbnails
def sync_redis_state():
@ -62,4 +61,3 @@ class HomeConfig(AppConfig):
index_check()
sync_redis_state()
make_folders()
validate_thumbnails()

Loading…
Cancel
Save