Skip to content

Commit

Permalink
Merge pull request #256 from norcalipa/norcalipa/fix-pool-revert
Browse files Browse the repository at this point in the history
Running Redis master only to see if errors reduce
  • Loading branch information
norcalipa authored Nov 16, 2024
2 parents 44d186a + 7474094 commit 6ac6767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
- name: REDIS_MASTER_URL
value: "redis://redis-master:6379/0"
- name: REDIS_SLAVE_URLS
value: "redis://redis-slave:6379/0"
value: ""
- name: CACHE_TTL
value: "60"
- name: PYTHONUNBUFFERED
Expand Down

0 comments on commit 6ac6767

Please sign in to comment.