Skip to content

Commit 917ca61

Browse files
committed
wget may fail
1 parent 2c48341 commit 917ca61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

usage_scenario.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ flow:
5353
command: wget --recursive --spider --no-directories http://app:8000/ -o warmup.log
5454
note: Warming the cache
5555
read-notes-stdout: False
56+
# wget issues an error code 8 due to some images returning 404. We could catch the code 8 specifically, but
57+
# it would not tell us if these are the known images or some other problems with the sever occured.
58+
# Sadly this call is very flaky and might still show up as successful even if cache warmup did not really work :(
59+
# PRs welcome!
60+
ignore-errors: True
5661

5762

5863
- name: Blog filtering

0 commit comments

Comments
 (0)