diff --git a/code/run_capsule.py b/code/run_capsule.py index f9c2463..ccdff9f 100644 --- a/code/run_capsule.py +++ b/code/run_capsule.py @@ -10,7 +10,7 @@ setup_logging() logger = logging.getLogger(__name__) -def update_auto_train_database(managers, curriculum_manager, interval=3): +def update_auto_train_database(managers, curriculum_manager, interval=3600): # Jon helped me trigger this capsule 10 PM each day by airflow. # So now there is no need to keep this capsule running. # But since the processing pipeline takes some time, we should run this one longer.