Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to trigger timeout after duration of time #37

Open
dustinbrantley opened this issue Oct 9, 2024 · 0 comments
Open

Unable to trigger timeout after duration of time #37

dustinbrantley opened this issue Oct 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@dustinbrantley
Copy link

I expect when I setup a timer such as later.parse.text('every 1 hour') or 'after 1 hour' or 'every 1 min', etc. that it will wait the full duration. However, it is always giving the next trigger whenever the clock changes to the next minute hour, etc.
For example, if it is 11:23:20 and I set it to trigger 1 minute, I want it to trigger at 11:24:20. Instead, it just goes to the next minute of 11:25:00.
Likewise If I setup a timer for 1 hour, and it starts at 11:55:20, then it should trigger at 12:55:20, not at 12:00:00. This seems like a bug to me.

@dustinbrantley dustinbrantley added the bug Something isn't working label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant