Skip to content

Commit

Permalink
Update states.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Jan 8, 2024
1 parent afa9d85 commit f413cb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions design/queue-2023/states.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
- evaluate the following
- digest type
- digest value
- space needed (estimating)
- resource needed (once we introduce dynamic provisioning)
- long space_needed
- String resource_to_provision (null allowed)
- last successful state (for restart)

### State Transitions
Expand All @@ -81,6 +81,7 @@
- Pending --> Estimating
- Held --> Estimating (admin function)
- Estimating --> Provisioning
- Update space_needed
- Estimating --> Failed (estimating)
- Provisioning --> Downloading
- Provisioning --> Failed (provisioning)
Expand Down

0 comments on commit f413cb9

Please sign in to comment.