Skip to content

Commit

Permalink
Reduce Default Cron Frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
pykettk committed Dec 5, 2023
1 parent 36a0c5c commit 843b428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/crontab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<job name="redis_report_logger"
instance="Element119\AdminRedisReport\Cron\Log"
method="execute">
<schedule>*/30 * * * *</schedule>
<schedule>0 * * * *</schedule>
</job>
<job name="redis_report_log_clean"
instance="Element119\AdminRedisReport\Cron\Clean"
Expand Down

0 comments on commit 843b428

Please sign in to comment.