Skip to content

Enhancement: cache user data #13

@florian-lefebvre

Description

@florian-lefebvre

Because of rate limiting in https://github.com/dumpus-app/dumpus-api#fetch-a-package-user, I'm basically spamming until I get the data.
It would be awesome to cache this data server side like so:

graph LR;
	A["Request data"]-->B;
	B["Cached data"]--Yes-->C;
	B--No-->D["Fetch data"];
	C["Data is available"]-->E["Response"];
	C-->D;
	F["Store"]-->E;
	D-->G["Rate limiting"];
	G--Yes-->D;
	G--No-->F;
Loading

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions