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

async_status/async_wrapper race condition on fast jobs #99

Closed
mpdehaan opened this issue Mar 31, 2012 · 1 comment
Closed

async_status/async_wrapper race condition on fast jobs #99

mpdehaan opened this issue Mar 31, 2012 · 1 comment

Comments

@mpdehaan
Copy link
Contributor

async_status (or is it wrapper?) occasionally yelps about a missing arguments file when the async_wrapper task completes too soon, it seems.

Investigate and upgrade the async_status module so this does not happen.

@mpdehaan
Copy link
Contributor Author

mpdehaan commented Apr 1, 2012

added a time.sleep(1) which solves it for now, we can, if needed, add some fancy IPC to async_wrapper instead of the time.sleep to fix it, but should not be needed

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

No branches or pull requests

1 participant