Task #12252 (closed)
Bug: scripts limited to 1 hour
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | major | Milestone: | 5.0.3 |
| Component: | Scripting | Version: | 5.0.1 |
| Keywords: | n.a. | Cc: | spli, jburel, wmoore, emil@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
acquireProcessor has a hard-coded 1 hour timeout for scripts. Emil recently ran into this. This will need some thought as the best way to handle this. Just setting it high certainly isn't optimal, but putting any burdens on the scripts themselves also isn't. I'm tempted to say that we make them unlimited but with an idle setting and the processor pings, but it will require significant testing.
Change History (4)
comment:1 Changed 5 years ago by jamoore
- Owner set to jamoore
- Status changed from new to accepted
comment:2 Changed 5 years ago by jamoore
comment:3 Changed 5 years ago by jamoore
- Resolution set to fixed
- Status changed from accepted to closed
Merged
comment:4 Changed 5 years ago by jmoore <josh@…>
(In [ba65114131322d40714d98f654416745469ad51c/ome.git] on branch develop) Make script timeout configurable (See #12252)
Though this does not handle the fact that there
may not should be a hard-limit at all, but at
least makes the 1 hour limit configurable.
initial PR is open: https://github.com/openmicroscopy/openmicroscopy/pull/2681
If this is merged, this ticket should likely be pushed to 5.1.*