Skip to content

Commit

Permalink
Schedule vacation replies on nice queue
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Sep 7, 2024
1 parent dd43c84 commit cf6979f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@ cat > "$ATSCRIPT" <<EOF
rm "$REPLY_PATH"
EOF

at -f "$ATSCRIPT" now + 10 min
# Use the z queue for maximum niceness
at -q z -f "$ATSCRIPT" now + 10 min
rm "$ATSCRIPT"

0 comments on commit cf6979f

Please sign in to comment.