This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
Temporarily turn off scheduled image data refreshes, increase matview refresh timeout #1036
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.
Description
Sets the
schedule
for the image data refresh toNone
. This allows us to keep the DAG enabled in order to do manual runs, without the weekly scheduled runs triggering. We need to do this temporarily due to ongoing issues with the popularity matview refresh, which have caused the data refresh to dramatically increase in runtime and exceed the 1-week window.This also increases the timeout for the matview refresh step from 3 days to 6 days, after the recent run timed out once again.
Note: this PR does not touch the audio data refresh.
Testing Instructions
Pull this branch and run
just up
. Check that theschedule
for the image data refresh is nowNone
in the Airflow UI:Enable the DAG and verify that no dag run is triggered automatically. Manually trigger a DAG run, and then inspect the
update_materialized_popularity_view
task instance to verify that its timeout has been increased to 6 days.Checklist
Update index.md
).main
) ora parent feature branch.
errors.
Developer Certificate of Origin
Developer Certificate of Origin