use case:
I have a fetching data off an API that starts throttling when certain number of API calls per seconds are done. Did some calculation and decided to limit the task that does the API task to 3.
This task is also cached to an remote storage option which does not have limits per second.
I want only the execution of the task to be limited by the tag and not the fetching of cache.