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

Consolidating Cron Notes #520

Merged
merged 3 commits into from Apr 6, 2017
Merged

Consolidating Cron Notes #520

merged 3 commits into from Apr 6, 2017

Conversation

JGrubb
Copy link
Contributor

@JGrubb JGrubb commented Mar 22, 2017

Also adding a note about jitter.

Also adding a note about jitter.
@@ -521,7 +519,17 @@ crons:
cmd: 'cd web ; drush queue-run aggregator_feeds'
```

Also note that all server times are in UTC, and hence so are the cron schedules.
> ** Cron notes **
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we even need to put this in a notes box. It's just more info about cron, let it be prose.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ha, ok. My eye grepped for "note" and landed on that.

Copy link
Contributor

Choose a reason for hiding this comment

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

I meant any of it. 😄 I'm not generally a fan of callout boxes.

> at midnight every night when every project runs their nightlies. Your crons will *not* run exactly
> at the time that you specify, but will be delayed by 0-300 seconds.

All server times are in UTC, and hence so are the cron schedules.
Copy link
Contributor

Choose a reason for hiding this comment

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

You can specify the timezone for the cron, no?

Copy link
Contributor

Choose a reason for hiding this comment

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

Can you? If you know how that's a good thing to include. 😄

Copy link
Contributor

Choose a reason for hiding this comment

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

It will be whatever you put in the .platform.app.yaml's timezone key.

Copy link
Contributor

Choose a reason for hiding this comment

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

The timezone key is not currently documented anywhere in the file. sigh Let's get back to that later.

@JGrubb JGrubb merged commit 5675102 into master Apr 6, 2017
@JGrubb JGrubb deleted the JGrubb-patch-2 branch April 6, 2017 22:14
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

3 participants