Task #5190 (closed)
Opened 13 years ago
Closed 13 years ago
Bug: Add better calculation of MissingPyramidException.backOff
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | critical | Milestone: | OMERO-Beta4.3.1 |
Component: | Services | Version: | n.a. |
Keywords: | n.a. | Cc: | jburel, cxallan |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | 2011-07-07 (1) |
Description
To prevent users from trying to quickly, we need to have a valid calculation of backOff. Currently it is hard-coded to 15 seconds.
Change History (4)
comment:1 Changed 13 years ago by jmoore
- Milestone changed from OMERO-Beta4.3 to OMERO-Beta4.3.1
- Summary changed from PYR: Add better calculation of MissingPyramidException.backOff to Bug: Add better calculation of MissingPyramidException.backOff
comment:2 Changed 13 years ago by jmoore
- Remaining Time set to 0.5
The plan for the initial implementation is to calculate a baseline on start up and then use that as a scaling factor for all other calculations. This doesn't (yet) take into account the number of items in the queue or the load on the server.
comment:3 Changed 13 years ago by jmoore
- Owner set to jmoore
- Status changed from new to accepted
comment:4 Changed 13 years ago by jmoore <josh@…>
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from accepted to closed
(In [0e97e2d8b45e9a1d2c95f35ef47dda447f35f152/ome.git] on branch develop) BackOff interface with SimpleBackOff implementation (Fix #5190)
Only remaining task from #4731. Pushing to 4.3.1 with the hope that we'll have some feedback to appropriately set the value.