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

Weekly Jobs one day before #28

Closed
danielmcoelho opened this issue Apr 12, 2017 · 1 comment
Closed

Weekly Jobs one day before #28

danielmcoelho opened this issue Apr 12, 2017 · 1 comment

Comments

@danielmcoelho
Copy link

danielmcoelho commented Apr 12, 2017

All my weekly jobs defined on a specific day of the week are queued to 24 hours before.
E.g.:

queue_ahead: 10
tz: "America/New_York"

weekly_reports:
  class: "WeeklyReportEmailJob"
  every: "1.week"
  at: "Mon 19:00"

On sidekiq the arguments are correct, but the scheduled day is Sunday (17 April, in 5 days) instead of Monday (18 April):
image
Timestamp hovering "5 days" is 2017-04-17T23:00:00Z which means that the hours is ok (23h UTC = 19h EDT), but the day is not.

Daily Jobs are being scheduled correctly.
Anyone experience the same? They were working correctly last week (or on the week before).

@danielmcoelho danielmcoelho changed the title Weekly Jobs one day before - Apr 12, 2017
@danielmcoelho danielmcoelho changed the title - Weekly Jobs one day before Apr 12, 2017
@danielmcoelho
Copy link
Author

Ok, sorry about this. I was looking on September month calendar by accident – instead of April.

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

No branches or pull requests

1 participant