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

DOTD: adjust DTS time to account for daylight savings time #31669

Merged
merged 1 commit into from
Nov 5, 2019

Conversation

Erin007
Copy link
Contributor

@Erin007 Erin007 commented Nov 4, 2019

The content scoop of Levelbuilder content into Staging should happen at noon.

Today, due to daylight savings time, this occurred and hour early at 11am:
Screen Shot 2019-11-04 at 11 49 17 AM

I adjusted the cronjob to rectify the timing.

@@ -55,7 +55,7 @@
cronjob at:'*/2 * * * *', do:pegasus_dir('sites','virtual','collate_pdfs')
cronjob at:'30 16,17 * * *', do:deploy_dir('bin', 'cron', 'update_dotd')
cronjob at:'0 * * * *', do:deploy_dir('bin', 'cron', 'start_broken_link_checker'), notify:'dev+crontab@code.org'
cronjob at:'0 19 * * 1-5', do:deploy_dir('bin', 'cron', 'commit_content')
cronjob at:'0 20 * * 1-5', do:deploy_dir('bin', 'cron', 'commit_content')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is this the right spot? I don't know how to test besides merge and see what happens....

Copy link
Member

Choose a reason for hiding this comment

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

thanks for tackling this Erin! It does look like this is one line that needs to be updated, but I would suggest looking at the last time this line was modified to see if you can find all of the lines that need to be updated. things this should include:

  • staging noon commit (this line)
  • levelbuilder noon commit
  • 12:05pm DTS
  • levelbuilder 3:something commit
  • 3:something DTL

I am not sure if there are others.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think @sureshc already covered those in #31536

@Erin007 Erin007 merged commit e448950 into staging Nov 5, 2019
@Erin007 Erin007 deleted the adjust-dts-for-dst branch November 5, 2019 00:58
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.

None yet

2 participants