Scheduler improvements

Hi, please find my observations below:

  1. 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 -

  1. If Minute - 0,5 is set, it will run the same as above.

  2. It would be great to add “Seconds” mode as well or fix the decimals of minutes here.

Thank you very much for your detailed feedback and for providing log examples regarding the Scheduler node’s behavior. We have identified the issue where the scheduler runs twice every two minutes when set to run every minute, and we will work to fix this bug as soon as possible.

Your suggestions about adding a “Seconds” mode and improving decimal minute handling are also very valuable. We will forward these suggestions to our product team for further consideration! :smiling_face:

1 Like