Hi,
when i add new dataset there is no openness rating on that dataset.
As i understand this should be done automaticaly.
I have these jobs running in supervisord:
_command=sudo -u www-data home/co/ckan/bin/paster --plugin=ckanext-harvest harvester gather_consumer --config=/var/ckan/ckan.ini_
_command=sudo -u www-data home/co/ckan/bin/paster --plugin=ckanext-harvest harvester gather_consumer --config=/var/ckan/ckan.ini_
_command=sudo -u www-data /home/co/ckan/bin/paster --plugin=ckan celeryd run concurrency=1 --queue=priority --config=/var/ckan/ckan.ini_
_command=sudo -u www-data home/co/ckan/bin/paster --plugin=ckan celeryd run concurrency=4 --queue=priority --config=/var/ckan/ckan.ini_
and i have these jobs under cron.d
every 10 minutes
_/home/co/ckan/bin/paster --plugin=ckanext-harvest harvester run --config=/var/ckan/ckan.ini_
every 30 minutes
_/home/co/ckan/bin/paster --plugin=ckanext-archiver archiver update --config=/var/ckan/ckan.ini_
For downloading datasets to local cache i manualy run
_sudo -u www-data home/co/ckan/bin/paster --plugin=ckan celeryd run concurrency=4 --queue=bulk--config=/var/ckan/ckan.ini_
i have also run _drush ckan_resync_all_ after adding new dataset.
Please advice.
Hi,
when i add new dataset there is no openness rating on that dataset.
As i understand this should be done automaticaly.
I have these jobs running in supervisord:
_command=sudo -u www-data home/co/ckan/bin/paster --plugin=ckanext-harvest harvester gather_consumer --config=/var/ckan/ckan.ini_
_command=sudo -u www-data home/co/ckan/bin/paster --plugin=ckanext-harvest harvester gather_consumer --config=/var/ckan/ckan.ini_
_command=sudo -u www-data /home/co/ckan/bin/paster --plugin=ckan celeryd run concurrency=1 --queue=priority --config=/var/ckan/ckan.ini_
_command=sudo -u www-data home/co/ckan/bin/paster --plugin=ckan celeryd run concurrency=4 --queue=priority --config=/var/ckan/ckan.ini_
and i have these jobs under cron.d
every 10 minutes
_/home/co/ckan/bin/paster --plugin=ckanext-harvest harvester run --config=/var/ckan/ckan.ini_
every 30 minutes
_/home/co/ckan/bin/paster --plugin=ckanext-archiver archiver update --config=/var/ckan/ckan.ini_
For downloading datasets to local cache i manualy run
_sudo -u www-data home/co/ckan/bin/paster --plugin=ckan celeryd run concurrency=4 --queue=bulk--config=/var/ckan/ckan.ini_
i have also run _drush ckan_resync_all_ after adding new dataset.
Please advice.