db:push internal server error

2009-04-04 Thread Bill Burcham

BillBurcham:thought-propulsion Bill$ heroku db:push --app
thoughtpropulsionblog 'mysql://root:redac...@localhost/
thoughtpropulsion'
Sending schema
Sending data
9 tables, 70 records
image_placeme: 100% |==| Time:
00:00:00
images:100% |==| Time:
00:00:00
Internal server error  | ETA:
--:--:--

Looking at another thread I thought adding encoding spec might work
(BillBurcham:thought-propulsion Bill$ heroku db:push --app
thoughtpropulsionblog 'mysql://root:redac...@localhost/
thoughtpropulsion?encoding=utf8'
) but it didn't.

Thinking maybe some piece of my data was tickling some bug I reloaded
my database, this time removing the table after "images". This
slightly changed the output:

Sending schema
Sending data
8 tables, 67 records
image_placeme: 100% |==| Time:
00:00:00
images:100% |==| Time:
00:00:00
open_id_authe: 100% |==| Time:
00:00:00
Internal server error  | ETA:
--:--:--

Which leads me to suspect that this problem occurs when the first full
buffer of data tries to transfer.

Verified sequel gem works on my end (e.g. can count records), that's
pretty obvious too from the tap output showing "8 tables, 67 records
above". Any other ideas?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: cron question

2009-04-04 Thread Yuri Niyazov

This is actually the reason I am asking - I found that it doesn't run  
for me regularly either. It always runs on the hour after the first  
deployment, but then it is anyone's guess whether it will run again.


On Apr 4, 2009, at 7:10 PM, Eric Anderson wrote:

>
> For me it doesn't actually run regularly. Other people have also
> reported this. But when it does run I notice for me it runs 2 minutes
> after the hour.
>
> On Apr 3, 11:00 am, Max A  wrote:
>> http://docs.heroku.com/cron
>>
>> Reads to me like it means on the hour.  You could always just...test
>> it.  Insert a timestamp into a database.
>>
>> On Apr 1, 7:26 pm, Yuri  wrote:
>>
>>> Does "rake cron" occur at some particular time during an hour?
> >


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: cron question

2009-04-04 Thread Eric Anderson

For me it doesn't actually run regularly. Other people have also
reported this. But when it does run I notice for me it runs 2 minutes
after the hour.

On Apr 3, 11:00 am, Max A  wrote:
> http://docs.heroku.com/cron
>
> Reads to me like it means on the hour.  You could always just...test
> it.  Insert a timestamp into a database.
>
> On Apr 1, 7:26 pm, Yuri  wrote:
>
> > Does "rake cron" occur at some particular time during an hour?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---