You wrote a loop against api.fda.gov/drug/event.json, incremented skip, and at 25,001 got {"code":"BAD_REQUEST","message":"Skip value must 25000 or less."} (yes, the API's own message is missing the word "be"). Meanwhile your row count is 100x what you expected, your daily cron returns nothing, and patient.drug[] refuses to become a CSV. Every one...