From the code base what i have found as of now is that it runs a go routine for every plan/apply command to make main thread available for other requests, this is what i think is making it more CPU intensive + the check performed inside atlantis also.
Pardeep Bhatt
05/16/2023, 1:37 PM
any improvement if anyone can suggest here ?
d
Dylan Page
05/16/2023, 2:31 PM
Not at this time, the maintainer team is focusing on addressing bug regressions and issues with locking during Clones. PRs are welcome if you notice unoptimized code.
p
PePe Amengual
05/16/2023, 3:14 PM
there has been some optimizations done by the community but very little