mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-10 18:17:30 +01:00
Entire-Session: ceb68597-9f77-4ffe-9a4b-6c7c44e7f3bb Entire-Strategy: manual-commit Entire-Agent: Claude Code Ephemeral-branch: entire/84fda9c-e3b0c4
623 B
623 B
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