Skip to content
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

feat: implement deployment cache to reduce IPFS request load #30

Merged
merged 4 commits into from
Jul 31, 2024

Conversation

tmigone
Copy link
Contributor

@tmigone tmigone commented Jul 26, 2024

Adds a "valid deployment cache", deployments that are deemed valid will be considered valid for 24 hrs and won't get checked during the SAO run. This eliminates unnecessary requests to IPFS.

Note that there is also a cache at the IPFS cid level that gets cleared in between SAO runs.

@tmigone tmigone requested review from Maikol and pcarranzav July 26, 2024 17:15
tmigone added 2 commits July 26, 2024 14:41
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Maikol
Maikol previously approved these changes Jul 29, 2024
@tmigone tmigone merged commit 28312fd into main Jul 31, 2024
4 checks passed
@tmigone tmigone deleted the tmigone/deployment-cache branch July 31, 2024 17:23
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