noroutine
noroutine copied to clipboard
Debug mode: disable multi-threading
For debug mode we can add parameter debug: boolean
noroutine.init({
modules: [module1, module2],
debug: true,
});
this will disable multi-threading and ballancing.
@tshemsedinov Does it mean if debug mode is turned on - we should execute our modules in only one thread? As regular nodejs application flow?
Yes @Bortnyak
For debug mode we can add parameter
debug: booleannoroutine.init({ modules: [module1, module2], debug: true, });this will disable multi-threading and ballancing.
For debug mode we can set monitoring: 246060*1000 or even more