-
Notifications
You must be signed in to change notification settings - Fork 259
Playground build is slow, even without changes #2158
Copy link
Copy link
Closed
Labels
Description
What's up?
@eitsupi - This isn't quite a bug, but the devcontainer for commit d427c86 takes a long time (many minutes) to start up after it has already been built. Here's what I saw:
- Checkout prql d427c86 (compiler 0.6.0)
- Start VS Code, it grinds away builds the new Dev Container. When it's done...
- Open a zsh terminal and enter
task run-bookwhen it's done, you'll be able to work on the book - Quit from VS Code
Then...
- Launch VS Code, start the Dev Container
- 20-30 seconds later, you see the Dev Container CLI prompt
vscode ➜ /workspaces/prql (main) $ - Type
task run-book, see the Blocking waiting for file lock on build directory message
This has persisted for 10+ minutes this morning. I will also note that during this time, the CPU on my computer was pretty heavily used, even to the point it interferes with GUI interactions.
Am I missing something? Any recommendations about what to do? Many thanks.
Reactions are currently unavailable