In 7ee023d356ef165e31da1c940b64523cd58520e1, @NyaaaWhatsUpDoc tried to make busy handlers context aware.
The implementation predates ed932ee93bdf72415941aab499fbe9c00df4bcb1 (which already makes the busy handling process as awhole interruptible) and uses the wrong context, but is fundamentally a good idea.
This can be implemented transparently for BusyTimeout, but is a breaking change for BusyHandler.
In 7ee023d356ef165e31da1c940b64523cd58520e1, @NyaaaWhatsUpDoc tried to make busy handlers context aware.
The implementation predates ed932ee93bdf72415941aab499fbe9c00df4bcb1 (which already makes the busy handling process as awhole interruptible) and uses the wrong context, but is fundamentally a good idea.
This can be implemented transparently for
BusyTimeout
, but is a breaking change forBusyHandler
.