You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the following code snippet to schedule a routine that runs daily on the same hour later.parse.recur().every(1).dayOfMonth().on(10).hour().on(33).minute();
through the later.setInterval
Actual behavior
The execution takes place well for 2 days, but in the 3rd execution it is executed 3 hours in advance.
...
Expected behavior
I expect setInterval to run daily at the same time every day
Describe the bug
I'm using the following code snippet to schedule a routine that runs daily on the same hour
later.parse.recur().every(1).dayOfMonth().on(10).hour().on(33).minute();
through the later.setInterval
Actual behavior
The execution takes place well for 2 days, but in the 3rd execution it is executed 3 hours in advance.
...
Expected behavior
I expect setInterval to run daily at the same time every day
...
Code to reproduce
Checklist
The text was updated successfully, but these errors were encountered: