noroutine icon indicating copy to clipboard operation
noroutine copied to clipboard

Debug mode: disable multi-threading

Open tshemsedinov opened this issue 4 years ago • 3 comments

For debug mode we can add parameter debug: boolean

noroutine.init({
  modules: [module1, module2],
  debug: true,
});

this will disable multi-threading and ballancing.

tshemsedinov avatar Nov 08 '21 22:11 tshemsedinov

@tshemsedinov Does it mean if debug mode is turned on - we should execute our modules in only one thread? As regular nodejs application flow?

Bortnyak avatar Dec 11 '21 19:12 Bortnyak

Yes @Bortnyak

tshemsedinov avatar Dec 11 '21 20:12 tshemsedinov

For debug mode we can add parameter debug: boolean

noroutine.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

VasilSvirid avatar Aug 03 '22 20:08 VasilSvirid