Task #4738 (closed)
Opened 8 years ago
Closed 8 years ago
Throw ConcurrencyException if pixels won't be available within time limit
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-05-05 (11) |
Description
A subclass of omero.ConcurrencyException with an appropriate backOff value should be thrown if a pyramid is not available for a particular pixels object and won't be complete within some time limit.
Change History (3)
comment:1 Changed 8 years ago by jmoore
- Owner set to jmoore
- Remaining Time set to 0.25
- Sprint set to 2011-05-05 (11)
comment:2 Changed 8 years ago by jmoore
- Status changed from new to accepted
comment:3 Changed 8 years ago by jmoore <josh@…>
- Remaining Time changed from 0.25 to 0
- Resolution set to fixed
- Status changed from accepted to closed
(In [ab7de36523ef7ef9387a96dec67da2d10f1d1076/ome.git] on branch develop) Changing MissingPyramidException superclass to TryAgain (Fix #4738)
Added a MissingPyramidException instead. Currently an ApiUsageException subclass. See [45976767782e78c983bafac062c6fac0d2f97fba/ome.git]