[Developers] Acre time limit(s)?
Jason Douglas
jason at metaweb.com
Mon May 18 20:12:17 UTC 2009
On May 18, 2009, at 1:00 PM, Tom Morris wrote:
>
> So what time limit was exceeded and what was it doing at the time? A
> stack trace or at least a line number would be useful information to
> add to this.
There's a 30 second time limit on a script completing (URL request).
If you put
acre.console=1 as a query string arg on any Acre URL and click the
show debug
checkbox, you can get some sense of where the time is being spent by
looking at
the time marker on the messages. There will also be a lot more
detailed information
on timings in this console in the next Acre release (1-2 weeks).
>
> I've also see circumstances where I see a naked Java stacktrace from
> the thread killer as raw text instead of the formatted page, but the
> stack trace is for the watchdog, not the application code being
> executed.
Yeah, those are bugs. The known ones are fixed in the next release
(as in you should hopefully never
see the Java stacktrace).
-jason
More information about the Developers
mailing list