nx core: support/add time duration logs in executors/plugins #27712
Hotell
started this conversation in
Feature Requests
Replies: 1 comment
-
After Skimming through NX source, I realized nx already ships this kind of functionality in 2 modes
None of these solution are feasible to use for simple task execution measurement logging :
Proposed Solution: IMO the best option would be to incorporate output=dynamic logs ( Which brings us to following kinda related issue #15570 WDYT? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context:
We are migrating from lage and just-scripts to nx.
just-scripts provided nice overview of duration of tasks which we used for pipeline metrics to identify perf regressions/perf improvements of tools that we use.
Example from pipeline that runs
nx affected ...
just-scripts (custom)
Nx executor output (custom)
Summary:
Whilst we can implement custom execution duration logging within our custom executors/plugins it would be not consistent if we use 3rd party or nx core executors, thus it seems that best option is to have this build in within nx
Beta Was this translation helpful? Give feedback.
All reactions