-
Notifications
You must be signed in to change notification settings - Fork 187
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
another race condition in storage.rb #94
Comments
@Tectract has same problem here in Rails5, do you get a workaround? |
I'm seeing the same problem, any ideas? |
i think it's possibly caused by this line: if a single page load generates more than 10 requests you'll lose the meta info from those requests. maybe that should be configurable? |
This was referenced Oct 20, 2018
Increasing the number @modosc indicated definitely helps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
seeing this a lot on my setup:
Errno::ENOENT - No such file or directory @ rb_sysopen - /home/username/myProjectFolder/tmp/data/meta_request/e03a01f8-1bf8-4c0b-ba89-0ac40c06cc95.json:
meta_request (0.3.4) lib/meta_request/storage.rb:16:in
read' meta_request (0.3.4) lib/meta_request/middlewares/meta_request_handler.rb:20:in
events_json'meta_request (0.3.4) lib/meta_request/middlewares/meta_request_handler.rb:11:in `call'
seems a lot like this issue:
#38
The text was updated successfully, but these errors were encountered: