Skip to content

Commit

Permalink
Stagger timers
Browse files Browse the repository at this point in the history
  • Loading branch information
mrphlip committed May 11, 2021
1 parent 442b710 commit e37291d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion find_clips.timer
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Description=Timer for the find_clips script

[Timer]
OnCalendar=hourly
# Hourly, on the hour
OnCalendar=*:00:00
Persistent=true

[Install]
Expand Down
3 changes: 2 additions & 1 deletion find_clips_slow.timer
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Description=Timer for the find_clips_slow script

[Timer]
OnCalendar=daily
# Twice a day, at half past the hour
OnCalendar=*/12:30:00
Persistent=true

[Install]
Expand Down
3 changes: 2 additions & 1 deletion find_clips_week.timer
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Description=Timer for the find_clips_week script

[Timer]
OnCalendar=daily
# Daily, at 15 minutes past the hour
OnCalendar=00:15:00
Persistent=true

[Install]
Expand Down

0 comments on commit e37291d

Please sign in to comment.