Skip to content

feat(config): Allow changing redis port#280

Merged
ketiltrout merged 1 commit into
chime-upgradefrom
configure_redis_port
Jun 5, 2026
Merged

feat(config): Allow changing redis port#280
ketiltrout merged 1 commit into
chime-upgradefrom
configure_redis_port

Conversation

@ketiltrout

Copy link
Copy Markdown
Member

This adds to the config an optional "redis_port" which can be used to set the redis port (on localhost) that cocod will connect to. If this value isn't given, it uses the default port 6379, meaning existing deployments work as before.

This is needed by the rewritten coco_runner test fixture that I'm rebuilding in another branch. This change can't be tested without that fixture, so no test changes here.

This adds to the config an optional "redis_port" which can be
used to set the redis port (on localhost) that cocod will connect
to.  If this value isn't given, it uses the default port 6379,
meaning existing deployments work as before.

This is needed by the rewritten coco_runner test fixture that
I'm rebuilding in another branch.  This change can't be tested
without that fixture, so no test changes here.
@ketiltrout ketiltrout merged commit d656b98 into chime-upgrade Jun 5, 2026
5 checks passed
@ketiltrout ketiltrout deleted the configure_redis_port branch June 5, 2026 21:52
ketiltrout added a commit that referenced this pull request Jun 10, 2026
(And, in the prom server thread, too, in the request_forwarder).

Missed in #280.  Can't be tested without the coco_runner in #282
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants