We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b02af5 commit c888772Copy full SHA for c888772
scripts/schedule_cache.sh
@@ -4,7 +4,7 @@
4
5
REPOPATH=$(realpath .)
6
SCRIPTPATH="$REPOPATH/scripts/graphql.py"
7
-COMMAND="50 23 * * * python $SCRIPTPATH $REPOPATH"
+COMMAND="55 23 * * * python $SCRIPTPATH $REPOPATH"
8
JOBNAME=$(echo "$REPOPATH" | xargs basename)
9
10
cronberry enter "Cache cards for $JOBNAME" "$COMMAND" --overwrite
0 commit comments