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(cron): matching weekdayMap values with os.date wday values #700

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

hakanesnn
Copy link
Contributor

weekdayMap is written according to cron standards, getTimeUnit(self.weekday, 'wday') from the expression “‘0 12 * * * mon’” returns 8 and the cronjob was not running.

@thelindat thelindat merged commit 7076f19 into overextended:master Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants