We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5852162 commit 8a33e3bCopy full SHA for 8a33e3b
docker-config/rudolf/Dockerfile
@@ -43,7 +43,7 @@ COPY ./refreshCache /refreshCache
43
RUN chmod a+rwx /refreshCache
44
45
# Running refresh of Cache takes 5 mins:
46
-RUN ( crontab -l ; echo "*/30 * * * * /refreshCache" ) | crontab -
+RUN echo "*/30 * * * * /refreshCache" >> /etc/crontabs/root
47
48
EXPOSE 8990
49
COPY ./start.sh /start.sh
infos/fdptordf_workflow.txt
@@ -3,7 +3,7 @@
3
4
https://openspending.readthedocs.io/en/latest/developers/api/
5
6
-(3) Clear Cache in Rudolf
+(3) Clear Cache in Rudolf: Wait 30 mins at most
7
8
(4) Get all datasets for the Search:
9
http://eis-openbudgets.iais.fraunhofer.de/search/package
0 commit comments