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

Commits on Sep 4, 2023

  1. Fix binding to an app after creating a service

    - 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 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5a7f0e2 View commit details
    Browse the repository at this point in the history