Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Can we exceed Execution time more than 1 mins #46

Open
Naren-Mehta opened this issue Jan 15, 2016 · 2 comments
Open

Can we exceed Execution time more than 1 mins #46

Naren-Mehta opened this issue Jan 15, 2016 · 2 comments

Comments

@Naren-Mehta
Copy link

Hi,

I am trying to run long script on grails console, after some time (approx 1 min), it stop execution. SO can we exceed the time of execution ?

@sheehan
Copy link
Owner

sheehan commented Jan 22, 2016

Usually this is caused by a timeout setting in the container.

@faraway
Copy link

faraway commented Apr 18, 2018

From our experience, the 60s timeout is just for http request by default. What I mean is that, even the http request timeout (so we see a error on console UI, we get no response from server etc.), the script is actually still running on the server.

We had to do some heavy DB operations in the script and it couldn't finish in 1 minute for sure. What we did is to compose the script with sufficient logging. So even the request times out, the script is still running and we can track the progress by tailing the application log.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants