On Mon, Mar 15, 2010 at 6:49 PM, Aidan Lister <aidan@...> wrote:
> Hi everyone,
>
> I finally got the import running, after a lot of manual tuning in the
> SQL database (fixing broken references, bad sort orders, missing
> things that integrity didn't pick up), but there was an unexpected
> problem.
>
> After about 3 hours, the import just stopped. No error message or
> modal dialog. After checking, it looks like my admin session timed
> out! Is there a way around this? Should the timeout be disabled for
> long running or maintenance tasks?
>
> Very excited about G3!
>
The admin session timeout shouldn't happen during maintenance tasks.
What version of G3 are you running? The latest development version from
github or a release?
A change checked in on February 13th should ensure that there's no admin
session timeout during maintenance tasks.
http://github.com/gallery/gallery3/commit/0f66db51efc427482aaf3b575fff84f015a3a2ab
I.e. the admin session timeout is 90 minutes. And as long as the maintenance
task makes some progress within 90 minutes, it will extend the admin session
timeout. And if there's no progress being made for 90 minutes, there's
something wrong anyway, and the XHR request usually timed out as well).
I.e. G3 maintenance tasks, like the import process, are split into small
units of work, which each should complete within the order of a second. I.e.
a task usually makes progress every second (even if the progress isn't
visible since the progress bar barely moves for tasks that have tons of work
units).
Besides, a timed out maintenance task can be resumed. Go to admin ->
maintenance to resume a stalled task.
Hope that helps,
- Andy
>
> Cheers,
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> __[ g a l l e r y - d e v e l ]_________________________
>
> [ list info/archive --> http://gallery.sf.net/lists.php ]
> [ gallery info/FAQ/download --> http://gallery.sf.net ]
>
>
|