Skip to content

Commit

Permalink
changed monitor to use .proc.cp[] which will use localtime if specifi…
Browse files Browse the repository at this point in the history
…ed (#296)
  • Loading branch information
jonnypress authored Jun 22, 2020
1 parent f8ea315 commit 79321c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/processes/monitor.q
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ initcheck:{
initcheck[]

//Timers
.timer.repeat[.z.p;0Wp;.monitor.runcheckinterval;(`runnow;`);"run the monitoring checks"]
.timer.repeat[.z.p;0Wp;.monitor.checkinginterval;(`checkruntime;.monitor.lagtime);"update status if running slow"]
.timer.repeat[.z.p;0Wp;.monitor.cleartrackinterval;(`cleartracker;.monitor.agecheck);"delete rows if over certain age"]
.timer.repeat[.proc.cp[];0Wp;.monitor.runcheckinterval;(`runnow;`);"run the monitoring checks"]
.timer.repeat[.proc.cp[];0Wp;.monitor.checkinginterval;(`checkruntime;.monitor.lagtime);"update status if running slow"]
.timer.repeat[.proc.cp[];0Wp;.monitor.cleartrackinterval;(`cleartracker;.monitor.agecheck);"delete rows if over certain age"]

0 comments on commit 79321c5

Please sign in to comment.