https://prefect.io logo
Title
d

Deceivious

04/05/2023, 2:09 PM
Does anybody know if
task concurrency limit tags
are enforced even when the task has already been cached before [i.e. when fetching data off the cache] ?
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.