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] Add TTL (Time to Live) functionality to FutureBeacon #61

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jinyus
Copy link
Owner

@jinyus jinyus commented Feb 4, 2024

Description

Add the ability to invalidate the data of a future beacon. When time-to-live(ttl) is provided; the future will be re-executed when the data becomes stale. I am not sure how useful this is...This is essentially polling which isn't too hard to implement; so I'm not sure this should be apart of the API. LMK if you disagree.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

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.

1 participant