Skip to content

Commit 8a33e3b

Browse files
committed
fix cronjob
1 parent 5852162 commit 8a33e3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-config/rudolf/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ COPY ./refreshCache /refreshCache
4343
RUN chmod a+rwx /refreshCache
4444

4545
# Running refresh of Cache takes 5 mins:
46-
RUN ( crontab -l ; echo "*/30 * * * * /refreshCache" ) | crontab -
46+
RUN echo "*/30 * * * * /refreshCache" >> /etc/crontabs/root
4747

4848
EXPOSE 8990
4949
COPY ./start.sh /start.sh

infos/fdptordf_workflow.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
https://openspending.readthedocs.io/en/latest/developers/api/
55

6-
(3) Clear Cache in Rudolf
6+
(3) Clear Cache in Rudolf: Wait 30 mins at most
77

88
(4) Get all datasets for the Search:
99
http://eis-openbudgets.iais.fraunhofer.de/search/package

0 commit comments

Comments
 (0)