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

CLI feels much slower than console when getting/setting config values #3406

Open
wesbillman opened this issue Nov 15, 2024 · 2 comments
Open
Labels
triage Issue needs triaging

Comments

@wesbillman
Copy link
Member

We recently hooked up get/set of config values from the console. They seem to happen almost instantly.

However, when doing the same from CLI there's a noticeable delay in each command.

ftl config set --inline echo.default "coolnewvalue"
@github-actions github-actions bot added the triage Issue needs triaging label Nov 15, 2024
@ftl-robot ftl-robot mentioned this issue Nov 15, 2024
@alecthomas
Copy link
Collaborator

If this is in the ftl repo itself it's because the ftl command triggers a rebuild. The slowness is the build.

@wesbillman
Copy link
Member Author

wesbillman commented Nov 18, 2024

Would this be true without any changes to the ftl source? Like would we assume even a no-op build would be slow here? Basically, I was just issuing this command over and over without making changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issue needs triaging
Projects
None yet
Development

No branches or pull requests

2 participants