Fix setup_xloader

Assign default qeue
This commit is contained in:
mjanez 2023-03-27 17:53:35 +02:00 committed by GitHub
parent 0442f6c823
commit f50edb467a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -11,4 +11,5 @@ echo "Set up ckanext.xloader.api_token in the CKAN config file"
ckan config-tool $CKAN_INI "ckanext.xloader.api_token = $(ckan -c $CKAN_INI user token add ckan_admin xloader | tail -n 1 | tr -d '\t')"
# Setup worker
ckan config-tool $CKAN_INI jobs worker
echo "Set up CKAN jobs worker"
ckan config-tool $CKAN_INI jobs worker default