Add europe and international in the high frequency paths #27171
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes: guardian/dotcom-rendering#11311
What does this change?
Adds europe and international in the high frequency updated paths. They will be pressed every 2 minutes on CODE and every 1 minute in PROD.
Why?
These regular presses are triggered by a cron job running in the admin app and can have high, standard or low frequency. Editions and sports fronts have a high update frequency. In this PR I'm adding europe and international - they're missing possibly due to an oversight. This will allow the europe front to get the latest updates in the EU Election Tracker that will be launched this June. This content will be coming from CAPI and will change without any update from the Fronts tool.
See more about the fronts architecutre here: https://github.com/guardian/frontend/blob/main/docs/02-architecture/02-fronts-architecture.md
Screenshots
After deploying to CODE:
See also timestamps in the fronts bucket.
Checklist