ckanext-harvest icon indicating copy to clipboard operation
ckanext-harvest copied to clipboard

In CKAN 2.11 warnings about missing configuration

Open hcvdwerf opened this issue 1 year ago • 3 comments

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

hcvdwerf avatar Jan 29 '25 11:01 hcvdwerf

Hi @hcvdwerf, I'm also running into this, were you able to solve it?

goncaloacteixeira avatar Mar 21 '25 09:03 goncaloacteixeira

@goncaloacteixeira not yet

hcvdwerf avatar Mar 25 '25 10:03 hcvdwerf

I have this problem too in version 2.11.2 of Ckan. Did you solve it or what other alternative have you reached?

Gpdos avatar Oct 21 '25 09:10 Gpdos