> > What is Heroku's timeout when spinning up dynos/workers? I thought > that I'd seen this mentioned somewhere, but I can't find it now. I ask > because an app I'm thinking of would need to hit external services and > the database when starting up, which could take a while. > > 30 seconds.
> Is there a limit to how long a daily cron job can run? I'm planning on > some number crunching that could take up to an hour or so. > > You should aim for a few seconds, minute at most. If you need that long a job, you should be using a worker to run it. Oren -- 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.
