I have a sort of batch upload to enter race results into my app from a
csv file. (offroadseries)

It usually involves about 100 records into two tables (basically
competitors and results so 200 recs in all)

Whenever I run it I get Bad Gateway errors.

Should I split it up into smaller chunks?

100 records doesn't seem like alot to me.

Fortunately the process is idempotent and I just keep running and
running until all the records are there. However this is not very
elegant!

I even ran the import locally and dumped the database to data.yml and
then tried uploading to Heroku... You guessed it "Bad Gateway"

Any suggestions appreciated.

Cheers
George
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to