Details
-
Type:
New Feature Request
-
Status: Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Agent (G), Server (S)
-
Labels:None
Description
I noticed that some of my UserParameter values take a long time to be retrived. One example could be checking version of chef software, which was done by trivial:
UserParameter chef.version,chef-client -v
I found it took over 15 seconds on some machines (I use timeout 15).
It would be nice to set a threshold above which execution of parameter (user defined and build in) are logged (just like slow queries on MySQL), but not terminated yet.