Say I had over 10,000 feeds that I wanted to periodically fetch/parse. If the period were say 1h that would be 24x10000 = 240,000 fetches.
The current 10k limit of the labs taskqueue api would preclude one from setting up one task per fetch. How then would one do this?
Update: re: fetching nurls per task: given the 30second timeout per request at some point this would hit a ceiling. Is there anyway to paralellize it so each tasqueue initiates a bunch of async paralell fetches each of which would take less than 30sec to finish but the lot togethere may take more than that