Skip to content

Conversation

AzureFractal
Copy link
Collaborator

Caching function currently used for getUserTeam and getUserProfile. I'm not too sure about how the scrimmage functions are going to be used so I've not cached those functions yet. Currently, the default timeout is set to be 30 minutes.

@jsegaran
Copy link
Contributor

jsegaran commented Nov 4, 2018

Can you make it so that once a request is sent out other request are not sent out as well until after we get a response back from the first request.

For example if we send try and get(A), and while we are getting that another call to get(A) comes, we don't want to re-do the request. Could you either add a wait flag or change how caching is done such as with a on fail callback, which will call the callback code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants