Actions
Bug #5540
closed/timer -h doesn't work with very long intervals
Start date:
04/09/2022
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
I was trying to execute multiple timers using -ho flag, but seems some of them never being executed.
Reproduce code :
alias test10 { var %md5 = $md5(test_ $+ $rand(1,999999),0) var %t = 60 var %i = 1 while (%i <= %t) { .timer[TEST_ $+ %md5 $+ _ $+ %i $+ _CMD] -ho 1 $calc(1000 * %i) echo 13 -s Test %i command inc %i } }
- Thanks!
Updated by Per Amundsen over 2 years ago
- Subject changed from /timer -ho seems not working to /timer -h doesn't work with very long intervals
- Status changed from New to Resolved
Actions