Skip to content

Commit c888772

Browse files
committed
Update cronjob time
1 parent 1b02af5 commit c888772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/schedule_cache.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
REPOPATH=$(realpath .)
66
SCRIPTPATH="$REPOPATH/scripts/graphql.py"
7-
COMMAND="50 23 * * * python $SCRIPTPATH $REPOPATH"
7+
COMMAND="55 23 * * * python $SCRIPTPATH $REPOPATH"
88
JOBNAME=$(echo "$REPOPATH" | xargs basename)
99

1010
cronberry enter "Cache cards for $JOBNAME" "$COMMAND" --overwrite

0 commit comments

Comments
 (0)