You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: