job_scheduler icon indicating copy to clipboard operation
job_scheduler copied to clipboard

Are there plans for reentrancy protection?

Open Boscop opened this issue 8 years ago • 2 comments

So that jobs aren't executed if they are still executing.

Boscop avatar Nov 08 '17 13:11 Boscop

That shouldn't be too much of a problem right now as the execution of jobs are single threaded (not helpful if you are spawning threads yourself though).

I do intend to address both issues in the near future as I will be needing it for a project, but it will be a week or two before I can really dig into it. (Well, maybe I will feel inspired to work on it at my hotel room tonight :D)

lholden avatar Nov 09 '17 14:11 lholden

Ah right, I just noticed that it's single threaded, that's ok for my use case.

Boscop avatar Nov 09 '17 14:11 Boscop