Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are there plans for reentrancy protection? #5

Open
Boscop opened this issue Nov 8, 2017 · 2 comments
Open

Are there plans for reentrancy protection? #5

Boscop opened this issue Nov 8, 2017 · 2 comments

Comments

@Boscop
Copy link

Boscop commented Nov 8, 2017

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

@Boscop Boscop changed the title Reentrancy protection Are there plans for reentrancy protection? Nov 8, 2017
@lholden
Copy link
Owner

lholden commented Nov 9, 2017

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)

@Boscop
Copy link
Author

Boscop commented Nov 9, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants