Memorize all executed server jobs to avoid multiple executions.
Why: We have created a task for each job, but on server side we
are executing jobs iteratively until max execution time exceeded.
Simply said: One network request could potentially execute
multiple jobs.
Memorize all executed server jobs to avoid multiple executions. Why: We have created a task for each job, but on server side we are executing jobs iteratively until max execution time exceeded.
Simply said: One network request could potentially execute multiple jobs.