senecajs / seneca

A microservices toolkit for Node.js.
http://senecajs.org
MIT License
3.95k stars 314 forks source link

Warning for long running actions #892

Open rjrodger opened 2 years ago

rjrodger commented 2 years ago

Solves the case where the timeout is not sufficient to catch the issue (for example in tests). User code may have a missing reply etc, this will also alert to those cases.