In CKAN 2.11 warnings about missing configuration
I have the following harvest configuration
[app:main] ckan.harvest.timeout = 1400 ckan.harvest.mq.type = redis ckan.harvest.mq.hostname = redis ckan.harvest.mq.port = 6379 ckan.harvest.mq.password = ckan.harvest.mq.redis_db = 1
But in get in logging the following warnings
2025-01-29 12:30:16,560 WARNI [ckan.common] Option ckan.harvest.mq.type is not declared 2025-01-29 12:30:16,560 WARNI [ckan.common] Option ckan.harvest.mq.hostname is not declared 2025-01-29 12:30:16,562 WARNI [ckan.common] Option ckan.harvest.mq.type is not declared 2025-01-29 12:30:16,562 WARNI [ckan.common] Option ckan.harvest.mq.hostname is not declared 2025-01-29 12:30:16,562 WARNI [ckan.common] Option ckan.harvest.mq.hostname is not declared
Hi @hcvdwerf, I'm also running into this, were you able to solve it?
@goncaloacteixeira not yet
I have this problem too in version 2.11.2 of Ckan. Did you solve it or what other alternative have you reached?