framework
framework copied to clipboard
Add a Busy pattern for block production pipeline checks
Currently, we have a bunch of a similar pattern of checking whether a given production module is currently busy or not - mainly implemented in the block trigger, where imo it does not belong. We should consolidate that into a reusable interface and a reusable implementation that handles those cases idiomatically