mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-10 18:17:30 +01:00
Checkpoint: 2f9a4e1c2e87
Entire-Session: ceb68597-9f77-4ffe-9a4b-6c7c44e7f3bb Entire-Strategy: manual-commit Entire-Agent: Claude Code Ephemeral-branch: entire/84fda9c-e3b0c4
This commit is contained in:
20
2f/9a4e1c2e87/0/context.md
Normal file
20
2f/9a4e1c2e87/0/context.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Session Context
|
||||
|
||||
## User Prompts
|
||||
|
||||
### Prompt 1
|
||||
|
||||
Implement the following plan:
|
||||
|
||||
# Plan: Simplify Checkpoint and Cleanup Configuration
|
||||
|
||||
## Context
|
||||
|
||||
The metricstore checkpoint interval is always "12h" in practice and has no reason to be configurable. The cleanup interval for the "delete" mode already falls back to `retention-in-memory` when not set — this should be the fixed behavior for all modes. WAL is the preferred and more robust checkpoint format and should be the default instead of JSON.
|
||||
|
||||
These changes reduce unnecessary configuration ...
|
||||
|
||||
### Prompt 2
|
||||
|
||||
Make the checkpoints option also option also optional
|
||||
|
||||
Reference in New Issue
Block a user