You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #3 we should have some alert to say if the pipeline is not completed by month end or reports are missing.
At the minute we have a pretty basic GitHub Action that runs a bash script that runs on the 28th of the month, to test for a few JSON files in GCP (the first and last report for each lense) and raise an Issue if all are not available. It works, and has alerted us to problems a good few times, but is a bit basic and doesn't cover all the reports.
We should consider a more fully featured version of that that can check all reports.
One thing I do like about the current script is that it is completely independent of the pipeline. If we make it too dependent (e.g. to run the checks after the pipeline is finished), then there's a concern the check never runs whereas that is not a concern now.
The text was updated successfully, but these errors were encountered:
Related to #3 we should have some alert to say if the pipeline is not completed by month end or reports are missing.
At the minute we have a pretty basic GitHub Action that runs a bash script that runs on the 28th of the month, to test for a few JSON files in GCP (the first and last report for each lense) and raise an Issue if all are not available. It works, and has alerted us to problems a good few times, but is a bit basic and doesn't cover all the reports.
We should consider a more fully featured version of that that can check all reports.
One thing I do like about the current script is that it is completely independent of the pipeline. If we make it too dependent (e.g. to run the checks after the pipeline is finished), then there's a concern the check never runs whereas that is not a concern now.
The text was updated successfully, but these errors were encountered: