In the dashboard, I only see 3 build actions, but ...
# 🤖|ask-kapa
m
Please stand by @plain-pizza-51556 as I search the knowledge base. I normally take about 20 seconds or so. :wave:
---------------------- The execution of build actions in Garden may depend on the dependencies defined between them. If a given Deploy action depends on a given Build, Garden will first execute the Build action and then the Deploy. This means that not all build actions may be launched at the same time. Also, it's important to note that Garden has an experimental feature called
concurrentMavenBuilds
which allows for concurrent Maven and Maven Daemon builds. However, this feature is disabled by default due to potential instability with concurrent builds. If you have enabled this feature, it might also affect the number of build actions you see running concurrently. For more information, you can refer to the Garden documentation on Actions () and the documentation on concurrentMavenBuilds (). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
message has been deleted