Skip to content

Conversation

@rklaehn
Copy link
Collaborator

@rklaehn rklaehn commented May 5, 2025

Description

Example how you would implement expiring tags efficiently

Breaking Changes

None

Notes & open questions

This is now in-process, unlike the previous example that used rpc to a running old iroh node.

I have 2 modes for deletion, one by one and bulk. Not sure, should I just keep bulk?

Change checklist

  • Self-review.
  • Documentation updates following the style guide, if relevant.
  • Tests if relevant.
  • All breaking changes documented.

@rklaehn rklaehn requested a review from dignifiedquire May 5, 2025 12:04
@github-actions
Copy link

github-actions bot commented May 5, 2025

Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh-blobs/pr/89/docs/iroh_blobs/

Last updated: 2025-08-05T07:47:15Z

@n0bot n0bot bot added this to iroh May 5, 2025
@github-project-automation github-project-automation bot moved this to 🏗 In progress in iroh May 5, 2025
};

use super::{gc::GcConfig, meta::raw_outboard_size, temp_name};
pub use super::gc::GcConfig;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing export!

@rklaehn rklaehn requested a review from dignifiedquire July 25, 2025 09:42
@rklaehn rklaehn merged commit 35a8189 into main Aug 5, 2025
24 checks passed
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in iroh Aug 5, 2025
@rklaehn rklaehn deleted the expiring-tags-example branch August 5, 2025 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

3 participants