Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Print "stalled" task on shutdown #13022

Merged
merged 3 commits into from
Dec 28, 2022
Merged

Commits on Dec 26, 2022

  1. Print "stalled" task on shutdown

    When the node is shutting down, we give the Tokio runtime 60 seconds to shutdown. If after these 60
    seconds there are still running tasks, we now print these tasks. This should help debugging nodes
    that have stalled tasks.
    
    This pr introduces a `TaskRegistry` that keeps track of all running tasks. Each task registers and
    unregisters itself in this `TaskRegistry`.
    bkchr committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    0874df2 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Fix rustdoc

    bkchr authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    c521493 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    521dfce View commit details
    Browse the repository at this point in the history