-
Notifications
You must be signed in to change notification settings - Fork 2
fix: add hello-haproxy #69
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
Conversation
This pull request has been linked to Shortcut Story #231453: Update Lua example repos to use new SDK. |
a965b51
to
9056fd9
Compare
76fcd9b
to
b44dc4d
Compare
2fe364c
to
4038ab8
Compare
566096c
to
0872170
Compare
.github/workflows/ci.yml
Outdated
# The sleep is to give haproxy some time to start-up. | ||
run: | | ||
docker run -dit --rm --name hello-haproxy -p 8123:8123 --env LD_SDK_KEY="$LD_SDK_KEY" launchdarkly:hello-haproxy | ||
sleep 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably fine, but if it ends up being a problem you could instead just use curl with something like --retry 10 --retry-connrefused --retry-delay 1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's probably more robust.
2c887ef
to
39f3b9a
Compare
🤖 I have created a release *beep* *boop* --- ## [2.0.3](v2.0.2...v2.0.3) (2024-02-07) ### Bug Fixes * add hello-haproxy ([#69](#69)) ([72481e3](72481e3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: LaunchDarklyReleaseBot <LaunchDarklyReleaseBot@launchdarkly.com>
Incorporates the
hello-haproxy
example directly into the repo so it can be continually tested and kept up-to-date.This is
fix
because:release-please
, but..