acmcsufoss / shorter

🔗 Discord slash command URL shortener.
Do What The F*ck You Want To Public License
2 stars 0 forks source link

Set up `ttl` queue #5

Closed EthanThatOneKid closed 1 year ago

EthanThatOneKid commented 1 year ago

I created a queue with the Deno Queue API with a channel of "ttl".

This allows users to define a time-to-live for their shortlink which will be deleted from the database after the desired duration has elapsed.

Resolves #3.

EthanThatOneKid commented 1 year ago

Progress:

image