A question about threads and scheduler , if I scheduled one task by one minute and my license is only 1 thread, when previous task didn't finish, will next task run once at the scheduled time? Or only previous one finished and then next one can run?
A question about threads and scheduler , if I scheduled one task by one minute and my license is only 1 thread, when previous task didn't finish, will next task run once at the scheduled time? Or only previous one finished and then next one can run?
Hi.
Lite version is one threaded, what is different from execution count.
Execution count is how many times you want it to run.
So if your previous execution will not be finished when its time to add next execution, it will add this execution to your count. And it will run right after previous will be finished.