Michael, with "execution_guard_enabled" set, does it use a default? If so, is it set by org.neo4j.server.webserver.limit.executiontime? Or something else? Thanks.
On Tuesday, September 25, 2012 12:12:41 PM UTC-4, Michael Hunger wrote: > > In server you can set a timeout using the server config: > org.neo4j.server.webserver.limit.executiontime=timeout in millis; > > or by adding a header "max-execution-time" with a timeout in millis to > your request > > please try it and report how it goes. > > In general we want to add a "cancel query/timout" feature to cypher and > webadmin. > > Thought that there was already an issue on github but couldn't find one. > Could you please raise an issue there? > > Thanks, > > Michael > > > Am 25.09.2012 um 08:26 schrieb Friso van Vollenhoven: > > It'd be handy to have something to kill running queries indeed. I run into > this quite frequently when accidentally doing queries against densely > connected nodes. My current solution is just killing the server and > starting it up again (on *nix, this doesn't evict the page cache, so not > all is lost), but I can image that's not a great solution for everyone... > > Cheers, > Friso > > > On Tue, Sep 25, 2012 at 4:09 AM, Wes Freeman <[email protected]<javascript:> > > wrote: > >> On Mon, Sep 24, 2012 at 9:56 PM, Javier de la Rosa >> <[email protected]<javascript:> >> > wrote: >> >>> On Mon, Sep 24, 2012 at 9:50 PM, Wes Freeman >>> <[email protected]<javascript:>> >>> wrote: >>> > Or, maybe an option to limit queries to a minute or something, before >>> giving >>> > up on them? >>> >>> +1. Or some kind of managing running queries in Neo4j Web Admin, like >>> if they were processes? >>> >>> >> Yeah, that would definitely work. I hated killing the service, because I >> had another graph building while I was messing around, so I had to start it >> over a couple of times--haven't built a way to resume yet. >> >> >> -- >> >> >> > > > -- > > > > > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
