In 5.0, the history package introduced a way to retry transactions in a block hook, allowing to do asynchronous blocks. As Kibana is currently using version 4.9, this isn't possible.
history should be upgraded to 5.x and the updated transaction object with the retry method should be passed through to consumers of .scoped history
In 5.0, the
historypackage introduced a way to retry transactions in ablockhook, allowing to do asynchronous blocks. As Kibana is currently using version 4.9, this isn't possible.historyshould be upgraded to 5.x and the updated transaction object with theretrymethod should be passed through to consumers of .scoped history