Skip to content

Commit

Permalink
change interval
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhou committed Nov 14, 2024
1 parent 8340986 commit e1f79b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/run_capsule.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e1f79b1

Please sign in to comment.