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

implement delayed start for sims to mitigate file race conditions #20

Open
achubaty opened this issue Sep 28, 2022 · 1 comment
Open

Comments

@achubaty
Copy link
Contributor

Rather than having to set this up at the project level, it'd be nice to specify a delayed start (e.g., using Sys.sleep()) when running simulations.

This is useful when starting multiple concurrent simulations which all access the same raster layers or other files.

@achubaty
Copy link
Contributor Author

what makes the most sense for implementation? both simInit() and spades() could make use of this, but I don't want to hit a "double delay" when user runs both back-to-back or via simInitAndSpades().

@achubaty achubaty transferred this issue from PredictiveEcology/SpaDES.core Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant