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

Update README to reflect reading Rails timezone #310

Merged

Conversation

taylorkearns
Copy link
Contributor

@taylorkearns taylorkearns commented Aug 7, 2020

It appears that rufus-scheduler version 3.3.3 uses the Rails timezone if Rails is detected. This commit bumps the version of rufus-scheduler, allowing it to upgrade to 3.x, which includes the change.

This change modifies the README regarding cron syntax, to indicate that the current version of sidekiq_scheduler does use the Rails timezone when parsing cron statements.

Fixes #309

@coveralls
Copy link

coveralls commented Aug 7, 2020

Coverage Status

Coverage remained the same at 97.971% when pulling 5703692 on taylorkearns:fix/update-timezone-readme into 41990aa on moove-it:master.

README.md Outdated Show resolved Hide resolved
It appears that rufus-scheduler version 3.3.3 [uses the Rails timezone](jmettraux/rufus-scheduler@dc9e9df) if Rails is detected. [This commit](sidekiq-scheduler@4b7eb81) bumps the version of rufus-scheduler, allowing it to upgrade to 3.3.x, which includes the change.

This change modifies the README regarding cron syntax, to indicate that the current version of sidekiq_scheduler does use the Rails timezone when parsing cron statements.
Copy link
Member

@marcelolx marcelolx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @taylorkearns!

@marcelolx marcelolx merged commit d48f6c5 into sidekiq-scheduler:master May 18, 2021
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.

README should reflect rufus-scheduler reading Rails timezone
4 participants