feat: 31 new tests, metrics LLM counters, Dockerfile caching, Makefile targets, compose limits, code fixes
This commit is contained in:
29
.tmp/tasks/review-fixes/subtask_06.json
Normal file
29
.tmp/tasks/review-fixes/subtask_06.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"id": "review-fixes-06",
|
||||
"seq": "06",
|
||||
"title": "Add resource limits and logging rotation to docker-compose.yml",
|
||||
"status": "pending",
|
||||
"depends_on": [],
|
||||
"parallel": true,
|
||||
"suggested_agent": "CoderAgent",
|
||||
"context_files": [
|
||||
"/home/marker/guarddog-nexus/AGENTS.md"
|
||||
],
|
||||
"reference_files": [
|
||||
"/home/marker/guarddog-nexus/docker-compose.yml"
|
||||
],
|
||||
"acceptance_criteria": [
|
||||
"guarddog-nexus service has deploy.resources.limits (CPU: 2, memory: 1G) and reservations (CPU: 0.5, memory: 256M)",
|
||||
"nexus service has deploy.resources.limits (CPU: 4, memory: 4G) and reservations (CPU: 1, memory: 2G)",
|
||||
"All services have logging.driver: json-file with max-size: 10m and max-file: 3",
|
||||
"docker compose config validates without errors",
|
||||
"docker compose up works correctly"
|
||||
],
|
||||
"deliverables": [
|
||||
"/home/marker/guarddog-nexus/docker-compose.yml"
|
||||
],
|
||||
"agent_id": null,
|
||||
"started_at": null,
|
||||
"completed_at": null,
|
||||
"completion_summary": null
|
||||
}
|
||||
Reference in New Issue
Block a user