Files
Yong Kang d80d52c785 Instrumentation now captures how long worker startup spends waiting on DB state and logs a
bit of context around pool creation, so you can see whether those steps are dragging.

  - Added per-worker timers around database_provider_ro() and ProofTaskTx::new() for both
    storage and account pools, feeding new histograms in ProofTaskTrieMetrics (crates/trie/
    parallel/src/proof_task.rs:728, crates/trie/parallel/src/proof_task_metrics.rs:18).
  - Introduced debug logs when a payload spawns and finishes building the proof worker pools
    to make block-level spikes line up with worker lifecycle events (crates/engine/tree/src/
    tree/payload_processor/mod.rs:231).
2025-10-30 20:45:28 +08:00
..