Skip to content

Commit

Permalink
[#168] Fix cachecheck cron
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhilton authored and brendanheywood committed Jan 22, 2024
1 parent ad207a7 commit b825476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
$tasks = [
[
'classname' => 'tool_heartbeat\task\cachecheck',
'minute' => '*',
'minute' => '0',
'hour' => '*/8',
'day' => '*',
'dayofweek' => '*',
Expand Down

0 comments on commit b825476

Please sign in to comment.