https://github.com/babylonchain/finality-provider/issues/491
Using a new background ctx is good for now. What do you think about letting all functions under cc to take a ctx as parameter, such that the main finality program daemon can use its own ctx for all queries in cc. This will let all the queries to share the same ctx, streamlining the scheduling of all Go routines