Skip to content

Commit

Permalink
Applied review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans-Chrstian committed Jan 20, 2025
1 parent b3eca9b commit 34b259f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckan
RUN pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-harvest && \
pip3 install -r ${APP_DIR}/src/ckanext-harvest/requirements.txt

RUN pip3 install -e git+https://github.com/CivityNL/[email protected]#egg=ckanext-scheming[requirements]
RUN pip3 install -e git+https://github.com/CivityNL/[email protected]-1#egg=ckanext-scheming[requirements]

RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/[email protected]#egg=ckanext-fairdatapoint && \
pip3 install -r ${APP_DIR}/src/ckanext-fairdatapoint/requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions ckan/config/crontab
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# SPDX-License-Identifier: AGPL-3.0-only
# run job every hour
*/15 * * * * /usr/local/bin/ckan -c /srv/app/ckan.ini harvester run
# run cean harvest log every day, at 5 AM
0 5 * * * /usr/local/bin/ckan -c /srv/app/ckan.ini harvester clean-harvest-log
# run harvest log cleanup weekly, every Sunday at 5 AM
0 5 * * 0 /usr/local/bin/ckan -c /srv/app/ckan.ini harvester clean-harvest-log
1 change: 0 additions & 1 deletion ckan/config/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ logfile=/var/log/supervisor/supervisord.log
logfile_maxbytes=50MB
logfile_backups=10
loglevel=info
pidfile=/var/run/supervisord.pid
nodaemon=false
minfds=1024
minprocs=200
Expand Down

0 comments on commit 34b259f

Please sign in to comment.