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

Sub-minute scheduling does not work #116

Closed
mountaindude opened this issue Oct 21, 2021 · 1 comment
Closed

Sub-minute scheduling does not work #116

mountaindude opened this issue Oct 21, 2021 · 1 comment

Comments

@mountaindude
Copy link
Collaborator

Describe the bug
Having a schedule of every 55 seconds results in this execution plan:

2021-10-21T14:53:55.945Z
2021-10-21T14:54:00.945Z
2021-10-21T14:54:55.945Z
2021-10-21T14:55:00.945Z
2021-10-21T14:55:55.945Z
2021-10-21T14:56:00.945Z
2021-10-21T14:56:55.945Z
2021-10-21T14:57:00.945Z
2021-10-21T14:57:55.945Z
2021-10-21T14:58:00.945Z

Which is not what's expected.

This is however happening due to how the underlying scheduling library works (discussion here).
For now this will not be fixed in Butler CW. A proper/better implementation may be added in future versions of Butler CW.

@mountaindude
Copy link
Collaborator Author

Update doc file wrt to the above!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant