BBVA / qed

The scalable, auditable and high-performance tamper-evident log project
https://qed.readthedocs.io/
Apache License 2.0
95 stars 19 forks source link

Start profiling server before Balloon and Cache warm-up #118

Closed suizman closed 5 years ago

suizman commented 5 years ago

In order to get detailed information about whats happening once a server starts we need to enable the profiling server. The actual behavior is that the HTTP server and the pprof server starts once the the warm-up cache and balloon(RebuildCache) are initialized.

So, we need to start the debugging server before everything else.