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

Remove initial xds update delay #354

Merged
merged 1 commit into from
Aug 10, 2021
Merged

Remove initial xds update delay #354

merged 1 commit into from
Aug 10, 2021

Conversation

iffyio
Copy link
Collaborator

@iffyio iffyio commented Aug 8, 2021

We don't need to explicitly wait for an update from the xds server during startup since we will eventually get one.
So instead, allow the proxy to startup immediately.

We don't need to wait for an update since we will eventually get one.
So instead, allow the proxy to startup immediately.
@@ -15,11 +15,11 @@ The release binary can be downloaded from the

Quilkin needs to be run with an accompanying [configuration file](./proxy-configuration.md), like so:

`quilkin --filename="configuration.yaml"`
`quilkin --config="configuration.yaml"`
Copy link
Contributor

Choose a reason for hiding this comment

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

That's a good catch 👍🏻

@markmandel markmandel merged commit 4d0bd0d into main Aug 10, 2021
@markmandel markmandel added area/user-experience Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc kind/cleanup Refactoring code, fixing up documentation, etc labels Aug 10, 2021
@markmandel markmandel deleted the iu/xds-initial-update branch August 17, 2021 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/user-experience Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc cla: yes kind/cleanup Refactoring code, fixing up documentation, etc size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants