-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Race condition when used with Faker #87
Comments
I think it has nothing to do with faker, just the active_storage |
Hey thank you for using Oaken! From the error it sounds like you've got a missing file — and Oaken isn't involved in any of those calls. Can you double-check that you have a backing file for every value that |
Thank you so much for replying. When don't use Oaken, like just put the code directly in I can dig deeper, will let you know my findings. |
@ahmgeek hey, sorry for being out of the loop, did you have a chance to dig deeper?
Oaken doesn't really do anything with Active Storage, so I'd be a bit surprised by this. Particularly, because the sample case only uses Oaken's file loading and not the orchestration API. |
Good work overall with the Oaken. Although I am sure I am using it in a twisted way, but this Code results in a race condition:
When I read the code I realized I am using it wrong. But just in case this helps with the development, the error is with the file uploading, it randomly miss uploading files with active_storage in local development. Resulting in:
The text was updated successfully, but these errors were encountered: