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] Fix binding to an app to a service after that service is created #336

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

richard-cox
Copy link
Member

Summary

Fixes #289

Occurred changes and/or fixed issues

  • Before we would wait for the service state to be deployed
  • this can take longer than the allowed 30 seconds to happen, and we don't have to wait for that state
  • so now wait for the service to be created, then an an additional horrible 2 second wait to be sure

Also fix an issue where slow API requests could result in a missing version

- Before we would wait for the service state to be deployed
- this can take longer than the allowed 30 seconds to happen, and we don't have to wait for that state
- so now wait for the service to be created, then an an additional horrible 2 second wait to be sure
@richard-cox richard-cox added this to the v1.10.0 milestone Sep 4, 2023
@richard-cox richard-cox self-assigned this Sep 4, 2023
@github-actions github-actions bot added the kind/bug Something isn't working label Sep 4, 2023
Copy link
Contributor

@torchiaf torchiaf left a comment

Choose a reason for hiding this comment

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

I tested the fix creating Services with bound / not bound Applications. LG.

@richard-cox richard-cox merged commit 850920e into epinio:main Sep 5, 2023
5 checks passed
@richard-cox richard-cox deleted the fix-service-create-app-bind branch September 5, 2023 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UI] Binding to app within service creation fails for some services
2 participants