Loading src/resources/tasks.py +1 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,7 @@ def denorm_sizes(): logger.warning(f"can't decompress {file.pk}") @db_periodic_task(crontab(day="1")) @db_periodic_task(crontab(day_of_week="0", hour="2", minute="0")) def check_files_integrity(): logger.info("file integrity check...") if not settings.JAMA_PERIODIC_FILE_INTEGRITY_CHECK: Loading Loading
src/resources/tasks.py +1 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,7 @@ def denorm_sizes(): logger.warning(f"can't decompress {file.pk}") @db_periodic_task(crontab(day="1")) @db_periodic_task(crontab(day_of_week="0", hour="2", minute="0")) def check_files_integrity(): logger.info("file integrity check...") if not settings.JAMA_PERIODIC_FILE_INTEGRITY_CHECK: Loading