Skip to content
  • Patrick Steinhardt's avatar
    nodes: Add context parameter to `GetShard()` · 0c9a7cf0
    Patrick Steinhardt authored
    The `nodes.Manager` interface's method `GetShard()` doesn't currently
    receive a context as parameter, even though some of its implementations
    perform non-trivial and potentially blocking work like querying the
    database. This commit thus adds this parameter and adjusts all current
    callsites.
    0c9a7cf0