Tune server load defaults #7

Open
dirtydishes wants to merge 1 commit from server-load into main
Owner

Summary

  • slow Islandflow API Redis live-cache flush defaults
  • disable append-only Redis persistence in checked-in deploy configs
  • document the tuning change and add the turn record

Testing

  • docker compose -f deployment/docker/docker-compose.yml config
  • bun test services/api/tests/live.test.ts (fails on an existing hot-head expectation tracked separately)
## Summary - slow Islandflow API Redis live-cache flush defaults - disable append-only Redis persistence in checked-in deploy configs - document the tuning change and add the turn record ## Testing - docker compose -f deployment/docker/docker-compose.yml config - bun test services/api/tests/live.test.ts (fails on an existing hot-head expectation tracked separately)
dirtydishes added 1 commit 2026-05-23 02:44:21 +00:00
This pull request has changes conflicting with the target branch.
  • .beads/issues.jsonl
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin server-load:server-load
git checkout server-load

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff server-load
git checkout server-load
git rebase main
git checkout main
git merge --ff-only server-load
git checkout server-load
git rebase main
git checkout main
git merge --no-ff server-load
git checkout main
git merge --squash server-load
git checkout main
git merge --ff-only server-load
git checkout main
git merge server-load
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: dirtydishes/islandflow#7
No description provided.