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

Scripts in ApplyConstruct module not automatically updated on change of query #227

Open
blcham opened this issue Nov 5, 2023 · 2 comments · May be fixed by #245
Open

Scripts in ApplyConstruct module not automatically updated on change of query #227

blcham opened this issue Nov 5, 2023 · 2 comments · May be fixed by #245
Assignees

Comments

@blcham
Copy link
Contributor

blcham commented Nov 5, 2023

No description provided.

@blcham blcham converted this from a draft issue Nov 5, 2023
@blcham
Copy link
Contributor Author

blcham commented Nov 5, 2023

While using configuration:

contextsLoader.data.keepUpdated=true
execution.environment=development
execution.developmentServiceUrl=http://localhost:8080/s-pipes

Image

@blcham
Copy link
Contributor Author

blcham commented Nov 10, 2023

You can test it on pipeline https://github.com/kbss-cvut/s-pipes/blob/54dfb128d59584980a78be036965ab089d164dfa/doc/examples/hello-world/hello-world.sms.ttl#L53C1-L53C1 as follows:

  1. deploy Spipes
  2. run script hello-world
  3. modify apply construct in https://github.com/kbss-cvut/s-pipes/blob/54dfb128d59584980a78be036965ab089d164dfa/doc/examples/hello-world/hello-world.sms.ttl#L53C1-L53C1
  4. run script hello-world --- THIS IS BUG: You will not see changes made in step 3) as "hot-deploy" in this case does not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

3 participants