Skip to content
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

Narrow-down the download TypeInstance details #707

Merged
merged 3 commits into from
May 3, 2022

Conversation

mszostok
Copy link
Member

@mszostok mszostok commented Apr 21, 2022

Description

Changes proposed in this pull request:

  • Narrow-down the download TypeInstance details. Currently, we download all details about TypeInstance together with all relations. This sometimes causes timeouts in download step. Important is that we don't need those details.
  • Change goTemplate to string in Terraform runner
  • Add required delay for value fetcher

Related issue(s)

@mszostok mszostok added enhancement New feature or request area/engine Relates to Engine labels Apr 21, 2022
Copy link

@mkuziemko mkuziemko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Copy link

@mkuziemko mkuziemko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still, LGTM, although the title of the PR could be more accurate :)

@mszostok mszostok merged commit 68c6938 into capactio:main May 3, 2022
@mszostok mszostok deleted the fixes branch May 3, 2022 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/engine Relates to Engine enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change output.goTemplate in Terraform-based Implementations to be of type string
2 participants