I need to run parallel tasks inside of an recurring job fired every minute.
Tried Task Factory which starts the task but never waits for the actual execution to complete.
Parallel Foreach also does the same.
whats the take on this.
I need to run parallel tasks inside of an recurring job fired every minute.
Tried Task Factory which starts the task but never waits for the actual execution to complete.
Parallel Foreach also does the same.
whats the take on this.