I was going to inspect inter-canister queue length and instead of executing more Motoko code directly, set a timer to execute it later. But, apparently, there is no way to inspect queue length.
Please, add this feature: to read queue length.
I was going to inspect inter-canister queue length and instead of executing more Motoko code directly, set a timer to execute it later. But, apparently, there is no way to inspect queue length.
Please, add this feature: to read queue length.
We discussed in the last motoko call at least getting a way to check if a future has been fulfilled or not(before you await it). I think if we can get that the it would be easier to keep track of this(likely with a meta-library that keeps a queue prime with requests and ensure you don’t hit certain limits.).