LEM-Eval / cron /maintain.cron
Snider
cron: hourly cadence at :07 and :37 past the hour
7e9482c
Raw
History Blame Contribute Delete
395 Bytes
# LEM-Eval maintain cron — git-pulls LEM-Eval + lem-benchmarks hourly so
# config edits and tool updates propagate to workers automatically.
#
# Pairs with submit.cron. Runs at :37 past the hour, ~30 min offset
# from the :07 submit cron so it doesn't interfere with in-flight
# evals.
37 * * * * cd $HOME/PycharmProjects/LEM-Eval && ./lem-eval.sh maintain >> /tmp/lem-eval-maintain.log 2>&1