DataTalksClub / DataTalksClub/relay
Sandbox host hygiene: deploy-time Docker prune and stale instance id in docs
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- Avg merge
- 16m
- Merged PRs (30d)
- 5
Description
Raw intake from the R6.3 on-call CI check (issue #21, run 34689637462).
- The sandbox deploy failed once with 'No space left on device' during 'uv sync --frozen' in the Docker build: the 8 GB root volume had accumulated 14 Docker images (1.25 GB reclaimable) and 51 MB build cache. On-call pruned via SSM and the rerun went green.
- Ask: add a prune step to the sandbox deploy flow (e.g. 'docker image prune -f' / builder-cache prune in or before scripts/deploy_relay_sandbox.sh), a scheduled cleanup, or a larger volume. Volume was ~73% after the prune and will fill again as releases accumulate.
- Docs drift: the instance id in docs/context.md (i-044716a7d6b053eef) differs from the instance the deploy workflow targets (i-03b7cd5de0a10a889). Update the doc or the workflow whichever is wrong.
Needs grooming.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading scripts/deploy_relay_sandbox.sh and the sandbox deploy workflow to confirm where Docker cleanup can safely occur. Then compare the instance IDs in docs/context.md and the workflow target. Done means the deploy flow has an agreed cleanup approach and the documentation or workflow uses the correct instance ID, with the relevant deploy check rerun.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- devops, documentation, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100