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

Make terraform apply happen in background #60

Closed
Adamkadaban opened this issue Mar 6, 2025 · 1 comment
Closed

Make terraform apply happen in background #60

Adamkadaban opened this issue Mar 6, 2025 · 1 comment

Comments

@Adamkadaban
Copy link
Member

  • Currently, the deploy endpoint locks up the entire API because terraform apply is happening.
  • We need to ensure that the deploy happens in the background.
    • Unfortunately, this makes it harder to see the result of the post request to deploy
    • The frontend should be able to poll the status of the deploy to see if it was successful and to see if any errors occurred.
@Adamkadaban
Copy link
Member Author

Closing. duplicate of #39 and #40

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

No branches or pull requests

1 participant