-
Notifications
You must be signed in to change notification settings - Fork 28
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
Feature/7 re use new scheduled function #9
Feature/7 re use new scheduled function #9
Conversation
… for local_file creations
…waits for local_file creations
We could possibly add some better tests to verify the functions work as intended. But after applying locally I have verified both the scheduled and event driven functions are being triggered. And I do see data showing up in bigquery for the slo-pipeline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, need one change once terraform-google-scheduled-function PR is merged. For the tests, we can add them in a further PR. Good work !
LGTM |
Depends on
terraform-google-modules/terraform-google-event-function#38
and
terraform-google-modules/terraform-google-scheduled-function#28
Being merged and released first. Then we can update module source codes to move off of my forks.Updates the
slo
module to use thescheduled-function
module now that it has proper support for waiting forlocal_file
creations before creating the archive for the cloud functionUpdates
slo-pipeline
to useevent-function
module instead of duplicated functionality. Also relies on newlocal_file
toarchive
dependency functionalityUpdates the setup and tests to pass