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

Don’t rely on UTC for determining pending jobs #4

Merged
merged 3 commits into from
Sep 10, 2016
Merged

Conversation

temochka
Copy link
Contributor

It’s a very confusing behavior when all jobs are scheduled in JVM local time, but UTC is used for determining whether one should be executed at a given moment of time. This resulted in test failures in non-UTC timezones as reported in #2.

Fixes #3.

It shouldn't rely on the stuck job processing thread to do the job.
@temochka temochka self-assigned this Sep 10, 2016
@temochka temochka merged commit 9236bf4 into master Sep 10, 2016
@temochka temochka deleted the utc-fix branch September 10, 2016 18:32
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.

1 participant