Project

General

Profile

Actions

Bug #5540

closed

/timer -h doesn't work with very long intervals

Added by westor (GR) almost 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
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!

Actions #1

Updated by Per Amundsen almost 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 #2

Updated by Per Amundsen almost 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF