Skip to content

Commit

Permalink
Updated path to dbca.ini config file
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Dec 19, 2023
1 parent ebe9b6b commit 6e38aba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ckan/setup/dbca_ckan_cron_jobs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Crontab for CKAN cron jobs
# Example cron job runs the harvester run command every 15 mins
#*/15 * * * * /usr/bin/ckan -c /srv/app/ckan.ini harvester run >> $APP_DIR/logs/ckan-cron-jobs.log 2>&1
0 0 * * * /usr/bin/ckan -c /srv/app/ckan.ini dbca scheduled_datasets >> $APP_DIR/logs/ckan-cron-jobs.log 2>&1
#*/15 * * * * /usr/bin/ckan -c /srv/app/config/dbca/ckan.ini harvester run >> $APP_DIR/logs/ckan-cron-jobs.log 2>&1
0 0 * * * /usr/bin/ckan -c /srv/app/config/dbca/ckan.ini dbca scheduled_datasets >> $APP_DIR/logs/ckan-cron-jobs.log 2>&1
2 changes: 1 addition & 1 deletion ckan/supervisor/ckan_worker_default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[program:ckan-worker-default]

; Use the full paths to the virtualenv and your configuration file here.
command=/usr/bin/ckan -c /srv/app/ckan.ini jobs worker
command=/usr/bin/ckan -c /srv/app/config/dbca.ini jobs worker


; User the worker runs as.
Expand Down

0 comments on commit 6e38aba

Please sign in to comment.