Re: can't deploy Rails 3 release candidate apps

2010-07-27 Thread johnb
It usually takes Heroku a week to test the latest bundler before deploying it - On Jul 27, 1:34 am, Daniel Kehoe gro...@fortuity.com wrote: Heroku, please update Bundler to 1.0.0.rc.1 so we can use our Rails 3 apps. The Rails 3 release candidate is out and now we can't deploy Rails 3 apps

Cron timeouts

2010-07-27 Thread Neil Middleton
Can Cron jobs run for longer than the 30 second limit that's set for regular Dyno requests? Neil Middleton -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from this group,

Best solution to replace this cron job

2010-07-27 Thread Russell Quinn
I'm migrating an iPhone app backend server from Brightbox to Heroku. One thing the app does is perform a rake task every 15 minutes to check for various things including sending Push Notifications in batches. I understand that this rake task should probably be run in a Delayed Job task, but how

Re: Best solution to replace this cron job

2010-07-27 Thread James Bracy
I recommend using Resque w/ Resque Scheduler for this. One of the major benefits is the web front end that Resque already has. If your background tasks aren't going to happen very often then DJ would be fine. On Heroku I would just add an hourly cron that would put the jobs into the DJ queue

SNI SSL on my app now giving errors in Firefox

2010-07-27 Thread Walker Hagius
I haven't touched my app for weeks and it's been working fine, but today (or sometime within the past week, anyway) something seems to have changed with SSL. Using SNI SSL I never had problems in Firefox before (some other browsers give warnings). Here's the error message:

Re: SNI SSL on my app now giving errors in Firefox

2010-07-27 Thread Walker Hagius
Though interestingly I just tried it in Safari, and it's fine. Maybe a Firefox issue...? On Jul 27, 10:22 am, Walker Hagius walker.hag...@gmail.com wrote: I haven't touched my app for weeks and it's been working fine, but today (or sometime within the past week, anyway) something seems to

Daily cron job time - can it be changed?

2010-07-27 Thread Henry Wagner
Hi, I have an app on Heroku with a daily cron job. Currently the job runs at around 11pm. Is this time configurable? Ideally I would like to have the job run at around 9am. Thanks, Henry -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this

Re: Daily cron job time - can it be changed?

2010-07-27 Thread Chris Hanks
You can open a support ticket to request a specific time. Chris On Jul 27, 10:37 am, Henry Wagner hjw3...@gmail.com wrote: Hi, I have an app on Heroku with a daily cron job. Currently the job runs at around 11pm. Is this time configurable? Ideally I would like to have the job run at around

Re: Bundler error on deploy: not in gzip format (Zlib::GzipFile::Error)

2010-07-27 Thread wigs
Hey all, Had same issue this evening, fixed problem by removing Unicorn inclusion in my Gemfile in my case. Didn't investigate further as Unicorn is not yet absolutely required :) Cheers James On Jul 9, 7:20 am, Alexey Palazhchenko alek.silverst...@gmail.com wrote: Hi list, Hey guys, are

Re: Best solution to replace this cron job

2010-07-27 Thread Morten Bagai
Hi Russell, One of our engineers made this fork of DJ that I believe does what you want: http://github.com/ddollar/repeated_job. Let me know if there's anything else we can help with. We're looking forward to having you on our platform. Best, Morten On Jul 27, 2010, at 9:15 AM, Russell Quinn

Re: new Bundler version?

2010-07-27 Thread Trevor Turk
On Jul 26, 7:57 am, Dan Croak dcr...@thoughtbot.com wrote: Will Heroku be upgrading to that version of Bundler? I'm not sure how to test our Rails 3 on Heroku otherwise. I know all of this cutting edge stuff is a pain for Heroku to support, but it sure is frustrating to not be able to use the