-
Notifications
You must be signed in to change notification settings - Fork 665
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
RequestQueue.getRequest() should use local cache #297
Comments
Actually, since the underlying storage is not read-after-write consistent, calling |
This might also be the cause of this problem:
|
Just a note that the |
This shouldn't cause any problem and can greatly improve performance. See TODO at https://github.com/apifytech/apify-js/blob/master/src/request_queue.js#L276
The text was updated successfully, but these errors were encountered: