Hi Carlos! Perhaps its normal for larger projects, but a cache warmup of 60 seconds seems like an awfully long time. So first, what's taking so long that it goes over the 60 seconds?
Thanks! Ryan Weaver US Office Head & Trainer - KnpLabs - Nashville, TN http://www.knplabs.com <http://www.knplabs.com/en> http://www.thatsquality.com Twitter: @weaverryan On Sat, Aug 20, 2011 at 1:03 PM, Carlos Mafla <cama...@gmail.com> wrote: > Hi, > > I posted this in the users group but didn't get any response. I'm > having problems when deploying my app to production because the > Symfony/Component/Process/Process.php throws a timeout exception > before it finishes warming up the cache and dumping the assets. This > makes the deploy script (capifony) to rollback. > > I think the default timeout for Process.php should be higher > (currently 60secs) : > > public function __construct($commandline, $cwd = null, array $env > = null, $stdin = null, $timeout = 60, array $options = array()) > > > Or we should have the option to pass a higher timeout when running > this commands, what do you think? > > Thanks, > > Carlos > > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony developers" group. > To post to this group, send email to symfony-devs@googlegroups.com > To unsubscribe from this group, send email to > symfony-devs+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to symfony-devs@googlegroups.com To unsubscribe from this group, send email to symfony-devs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
