How would you deal with the following task.
you get a csv file with 10000 locations and want to get the weather for each one of them. (given there is o batch api)
so every location would be another prefect task ? or would you structure it in batches to make the number of tasks smaller, but then the caching and retry want work that great ?