You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor Flight ingress into server layer and harden lifecycle (#214)
* controlplane: fix flight ingress lifecycle and config
* more agents instructions
* Fix flight session reaping for active handles
Keep auth sessions alive while query/prepared handles are still active so handle TTL remains effective. Add tests for reaper behavior and file/env config precedence coverage for flight ingress duration settings.
* Finish flight ingress refactor plan
- Prefer small, incremental PRs aligned to deliverables.
5
+
- TDD with red-green cycle is required: write/adjust tests first and run them to confirm they fail (red), then implement the minimum code to make them pass (green).
6
+
- Keep configs and flags explicit; document defaults in README.
7
+
- Provide runbooks for local dev and failure recovery.
8
+
- When following a plan file, mark tasks upon completion
9
+
- When creating new branch from origin/main, do not track origin/main.
0 commit comments