Loading src/resources/tasks.py +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ def denorm_sizes(): logger.warning(f"can't decompress {file.pk}") # @db_periodic_task(crontab(day="*/7")) @db_periodic_task(crontab(day="1")) def check_files_integrity(): def file_hash256(file_path: str) -> str: try: Loading Loading
src/resources/tasks.py +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ def denorm_sizes(): logger.warning(f"can't decompress {file.pk}") # @db_periodic_task(crontab(day="*/7")) @db_periodic_task(crontab(day="1")) def check_files_integrity(): def file_hash256(file_path: str) -> str: try: Loading