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

Fix function always getting executed for turbine go #803

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

dianadoherty
Copy link
Contributor

@dianadoherty dianadoherty commented Aug 14, 2023

Description of change

For Turbine Go, functions are always getting executed, regardless of which meroxa apps command is run (meroxa apps run and meroxa apps deploy)

We only want to execute the function during a meroxa apps run

Fixes meroxa/turbine-go#162

Depends on: meroxa/turbine-go#175

Type of change

  • New feature
  • Bug fix
  • Refactor
  • Documentation

How was this tested?

  • Unit Tests
  • Tested in staging
  • Tested in minikube

Demo

Before

Screenshot 2023-08-14 at 3 17 16 PM

After

Screenshot 2023-08-14 at 3 16 12 PM

@dianadoherty dianadoherty marked this pull request as ready for review August 15, 2023 16:03
@dianadoherty dianadoherty requested review from a team, hariso and ahmeroxa and removed request for a team August 15, 2023 16:03
@dianadoherty dianadoherty merged commit 5f09ace into master Aug 16, 2023
5 checks passed
@dianadoherty dianadoherty deleted the fix-fn-always-executed branch August 16, 2023 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Function executes on cli deploy
2 participants