Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/ckan/templates/ckan/configmap-2.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ data:

# Harvesting settings
ckan.harvest.mq.type = redis
ckan.harvest.mq.hostname = {{ .Values.ckan.config.redis.host | default (print .Release.Name "-redis") }}
ckan.harvest.mq.port = {{ .Values.ckan.config.redis.port | default "6379" }}
ckan.harvest.mq.redis_db = {{ .Values.ckan.config.redis.dbNumber | default "1" }}
# Omit mq.hostname/port/redis_db so ckanext-harvest uses ckan.redis.url via
# Redis.from_url() — redis-py 8 defaults socket_timeout=5s on the direct
Comment thread
ashimali marked this conversation as resolved.
# Redis() constructor, which breaks the blocking BLPOP call in gather-consumer

# 12 hours timeout
ckan.harvest.timeout = 720
Expand Down
Loading