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

Add flag to disable checking if configured backends are up #192

Open
williamoverton opened this issue Oct 17, 2022 · 1 comment
Open

Add flag to disable checking if configured backends are up #192

williamoverton opened this issue Oct 17, 2022 · 1 comment

Comments

@williamoverton
Copy link

When rapidly developing (especially on questionable wifi), waiting for the CLI to verify the backend every time is frustrating. Could we add a flag such as "--skip-backend-checking" to skip this behaviour? (or a shorter flag as that is a little wordy)

✓ Running local server...

Oct 17 11:36:58.724  INFO checking if backend 'aws_origin' is up
Oct 17 11:36:58.871  INFO backend 'aws_origin' is up
Oct 17 11:36:58.872  INFO checking if backend 'product_origin' is up
Oct 17 11:36:58.899  INFO backend 'product_origin' is up
Oct 17 11:36:58.899  INFO Listening on http://127.0.0.1:7676
@GeeWee
Copy link
Contributor

GeeWee commented Dec 22, 2023

This would also be helpful for some of our CI / testing setup.

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

2 participants