Kvs.entity.query hangs with no trace

So it seems I’ve discovered a solution for this. I’ve awaited all promises in a scheduled trigger and it magically worked.

The question is why forge does not check against this, enforce this but rely on this? In java-script there is not strict enforcement on awaiting promises in async function - you can await some promises and some not, especially when your are not interested in outcome of the promise.

Note that, probably, this was mentioned already: