New Relic Python Agent v5.4.0.132
·
468 commits
to master
since this release
Greedily load the handler module. (#1) It turns out that at cold start time, the CPU isn't so throttled. So that's the time to do big jobs like instrumenting crazy dependencies. So we should try to load all our user's deps up front, before their first invocation. Plus, the lazy-load strategy would have them paying for DB connection setup and stuff on first invoke, which is bad.