Feature Request: Max Usage
Summary: Add a feature that allows users to set a maximum number of times a shortened link can be used. Similar to the expiration date option in the creation process.
Usage: this feature would disable the link once it reaches the predefined usage limit, preventing further access.
Thanks and awesome project, congratz!
I could do this if I end up needing it.
I could do this if I end up needing it.
It would be awesome, I would appreciate a lot. 💪🏼
I could do this if I end up needing it.
Can we talk about your plan first?
I could do this if I end up needing it.
Can we talk about your plan first?
I honestly didn't think much about this, but if I were to do it I'd just add another field here called Max Views under optional and probably reuse the limiting functionality from date expiration (we also have views being counted already)
If you check the usage count every time you visit, there will be a large number of failed requests to Cloudflare's API
If you use Slug as a unique value and limit the flow through Cloudflare Queues, it may be possible, but Cloudflare Queues are paid services.
If you check the usage count every time you visit, there will be a large number of failed requests to Cloudflare's API
If you use Slug as a unique value and limit the flow through Cloudflare Queues, it may be possible, but Cloudflare Queues are paid services.
What if we used workers KV, it's designed for high read workflows?
Okey, this is pretty much close to impossible on the free tier of Cloudflare.