Hi, please find my observations below:
- If Scheduler node is set to Minute - 1 (run every minute), it will run twice every two minutes. Please see here below:
52.34.120.79 - - [11/Jan/2026 21:38:23] “GET /company HTTP/1.1” 200 -
52.34.120.79 - - [11/Jan/2026 21:38:26] “GET /companyHTTP/1.1” 200 -
52.34.120.79 - - [11/Jan/2026 21:40:24] “GET /company HTTP/1.1” 200 -
52.34.120.79 - - [11/Jan/2026 21:40:26] “GET /company HTTP/1.1” 200 -
-
If Minute - 0,5 is set, it will run the same as above.
-
It would be great to add “Seconds” mode as well or fix the decimals of minutes here.