Skip to content

Commit

Permalink
fix(cron): run monitoring every 5 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 committed Jun 27, 2024
1 parent 1e3ddc1 commit 3f12fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monitoring/MonitoringService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default class MonitoringService {
autoBind(this)
const jobName = "dnsMonitoring"

const FIVE_MINUTE_CRON = "5 * * * *"
const FIVE_MINUTE_CRON = "0 5 * * * *"

const jobData = {
name: "monitoring sites",
Expand Down

0 comments on commit 3f12fdb

Please sign in to comment.