-
Notifications
You must be signed in to change notification settings - Fork 0
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
Introduce ttl
option
#3
Comments
Alternatively, we apparently can now schedule future events with Deno’s queue API1. Footnotes |
The TTL feature is not working in production. In the meantime, I'll work on https://github.com/EthanThatOneKid/deno_queues to completely diagnose the issue. |
The TTL feature now officially is working in production. TODO: #8.
|
The introduction of the
ttl
(time to live) option will enable users to set a specific lifespan for shortened links.Proposed solution
ttl
, to the link-shortening functionality. Users can specify a time in seconds for how long the shortened link should remain active.Implementation plan
ttl
option to the link-shortener, allowing users to specify a TTL for each shortened link.This enhancement will provide more control over the lifespan of shortened links and improve overall link management.
The text was updated successfully, but these errors were encountered: