I’m developing an archive where people can search for cars registered with mobility parking permit in Israel.
I have CSV file that is updated on a daily base from the Israeli Ministry of Transportation.
I wish to run a cron job that downloads the file, parse it and insert each car plate into the database.
The problem is the server, after about 5000 records returns 503 error. What can I do to split the file that have more than 50,000 car plates?
Thank you!