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 time in sidekiq cron schedule, convert time to use UTC timezone #892

Merged
merged 1 commit into from
Oct 17, 2018

Conversation

murny
Copy link
Contributor

@murny murny commented Oct 17, 2018

Previously our EmbargoExpiryJob was running at 4 PM every day, where we actually wanted this to run at 10 PM every day. (similar thing happening with GarbageCollectBlobsJob).

This was due to these time's being in UTC Timezone, instead of MDT (local time).

These changes fixes this.

@murny murny requested a review from weiweishi October 17, 2018 16:48
@weiweishi weiweishi merged commit eab7e60 into ualbertalib:master Oct 17, 2018
@murny murny deleted the fix-schedule-timezones branch October 17, 2018 19:31
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