-
Notifications
You must be signed in to change notification settings - Fork 1k
added support 2nd generation cloud function #857
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
Conversation
Thanks for this PR. Really nice idea! A few comments:
|
Hi @juliocc i have addressed both comments. |
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.
Thanks for the changes.
As a general note, it's bad practice to ask the user comment/uncomment code to toggle features. Can you adapt the code so that you have a flag to enable the use of CFv2 in the dashboard?
And finally, please make sure to format your terraform code using terraform fmt
You still haven't addressed these two points. |
|
blueprints/cloud-operations/network-dashboard/cloud-function/main.py
Outdated
Show resolved
Hide resolved
blueprints/cloud-operations/network-dashboard/cloud-function/main.py
Outdated
Show resolved
Hide resolved
@som-nitjsr can you rebase and fix the conflicts? |
adding support for 2nd generation cloud function and using http trigger as in case of enterprise there are lot of data and it takes lots of time . In my case function was getting timed out. so moved it to second generation where http trigger has 60 minutes of time out.
#817