DeliveryConfiguredProject scoped
Storage
One object store for the project holds compacted state and write-ahead logs.
What it guarantees
Storage is configured once for the project rather than per environment. Any compatible endpoint presents the same durability interface, and the region the bucket sits in decides how far a recovery has to reach.
- Connect any compatible object storage endpoint
- Keep the credential out of module runtimes and out of application state
- Prove the bucket is reachable, writable, and readable for a recovery
Configured resources
What this capability is holding up. It is configured once for the project, so nothing here changes with the environment.
| Resource | Kind | State | Configuration |
|---|---|---|---|
| production store | Bucket | Active | The durable history for this project |
| credential binding | Project secret | Bound | Readable only by the host |
| recovery probe | Storage check | Watching | Reads the newest recoverable state every five minutes |
Telemetry
EndpointConfiguredOne store for the project
Availability100%Every check over the last day
Stored history8.4 GBCompressed state and log segments
Recent activity
- Recovery probe passedValidated, 2 minutes agoThe newest stored state was read and its checksum verified.
- History batch uploadedCompleted, 4 minutes agoFour compressed log segments reached the store.