curved-farmer-35040
01/09/2024, 2:37 AMgarden validate, garden deploy, garden dev) are hanging on "*Running in environment*"
I cannot see any meaningful information in the logs.
Can I get some assistance please?curved-farmer-35040
01/09/2024, 4:48 AM.gardenignore file to be more strict, and removing the usage of excludes entirely from the project configuration.polite-fountain-28010
01/09/2024, 9:05 AMcurved-farmer-35040
01/09/2024, 9:44 PM.gardenignore file. As an example, some frontend developers were building multiple storybook projects which create a lot of output files. This impacted garden's performance since we didn't update the .gardenignore file, yet those frontend developers weren't using garden in their workflow so they are unaware of the impact.
Could your cloud solution include a feature where is monitors the size of scanned files? If it increases above a certain threshold, users could be notified (i.e. you aren't excluding storybook build outputs as was our case).
Also, the .gardenignore file seems to speed up the process tremendously compared to configuring includes/excludes in the project definition - wondering if it is worth notifying users about this through the CLI somehow?
Not sure, just giving generic feedback/ramblings as a user. If I was evaluating garden for usage in a large codebase/monorepo and performance was poor "out the box" with no immediate suggestions, one might pass over it pretty quickly.
But just to clarify I love garden and think it is a complete game changer - we couldn't live without it.polite-fountain-28010
01/10/2024, 10:31 AM-l4 as an argument to enable more detailed logs, you should see the amount of files that it had to scan and filter down.
By the way, is 0.13.23 the first 0.13 version you updated to from 0.12 and did you use self-update to update to it?
We released a build that supports M1 macs natively a while back, but the self updater from 0.12 isn't aware of it and won't install it.
In that case I'd suggest to run garden self-update --force once again so that the 0.13 self updater can install the correct M1 version.
That should also bring a solid performance boost.polite-fountain-28010
01/10/2024, 10:34 AMgarden validate -l4 --show-timestamps so we can take a look at exactly what's slow when it's running.polite-fountain-28010
01/12/2024, 4:55 PMquaint-dress-831
01/23/2024, 9:56 AMcurved-farmer-35040
02/04/2024, 9:37 PM