You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume it's because each process is trying to remove the results/latest folder all at the same time. I'm not sure if this is a bug, or if I used the API incorrectly.
The text was updated successfully, but these errors were encountered:
Thanks for reporting! It seems to occur with "rm("results/latest", force = true)" which according to Julia doc one have thought to be OK (" If force=true is passed, a non-existing path is not treated as error.") but maybe because of multithreading as you said it might not behave as advertise. I will push a fix momentarily....
Hi, I recently tried to restart a pigeons run that I had going previously by firing up multiple processes that were each running.
This resulted in the following error
I assume it's because each process is trying to remove the
results/latest
folder all at the same time. I'm not sure if this is a bug, or if I used the API incorrectly.The text was updated successfully, but these errors were encountered: