-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Bug: Executing http::GET()
in parallel results in an error when no single core GET request was issued before.
#749
Comments
Based on among others https://community.rstudio.com/t/running-parallel-on-mac/142580/6, I have set OBJC_DISABLE_INITIALIZE_FORK_SAFETY in environ to
But no change. |
httr has been superseded by httr2, so no further development work will happen. I'd recommend giving |
Thanks - I'll look into |
Why isn't it an option? |
It is not my package.... |
And also, parallel calls can cause problems due to API restrictions of that specific api - so it needs to be handled with care. |
Oh got it. |
macOS Sonoma, MacBook Pro, M1 Pro chip
Trying to use
parallel::mclapply()
to do GET requests in parallel, results in errors on all cores.After executing a single core request once, results in the error disappearing.
The text was updated successfully, but these errors were encountered: