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

fix: Fix daemon timer to use hours instead of minutes. #46

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

gyptazy
Copy link
Owner

@gyptazy gyptazy commented Aug 6, 2024

fix: Fix daemon timer to use hours instead of minutes.

The option within the configuration file is defined in hours but it gets passed in the code as seconds where it simply gets multiplied by 60. As a result, we're just getting minutes instead of hours and we need to multiply it by additional 60 to reach hours.

Reported by: @mater-345
Fixes: #45

@gyptazy gyptazy added the bug Something isn't working label Aug 6, 2024
@gyptazy gyptazy added this to the Release 1.1.0 milestone Aug 6, 2024
@gyptazy gyptazy self-assigned this Aug 6, 2024
@gyptazy gyptazy merged commit 101855b into main Aug 6, 2024
1 check passed
@gyptazy gyptazy modified the milestones: Release 1.1.0, Release 1.0.2 Aug 13, 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

Successfully merging this pull request may close these issues.

Bug: Schedule in daemon mode using seconds, not hours
1 participant