Real Checkpoint-Based Persistence for Long-Running Agent Tasks
Each task simulates a real long-running data processing job with actual checkpoints saved to GCP.
Task will create real checkpoints in BigQuery & GCS
No task running
Select a task and click Start
Simulate a server crash to test checkpoint recovery. The task state is safely stored!
Real checkpoints being written to BigQuery & GCS
No checkpoints yet
Start a task to see real checkpoints appear
SELECT session_id, checkpoint_seq, created_at, trigger, size_bytes
FROM `test-project-0728-467323.adk_metadata.checkpoints`
ORDER BY created_at DESC LIMIT 10;
These sessions are stored in BigQuery. Click "Select" to resume any failed session.
| Session ID | Status | Checkpoints | Last Updated | Actions |
|---|---|---|---|---|
| Loading from BigQuery... | ||||