Skip to content

Commit

Permalink
wget may fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Jun 24, 2024
1 parent 2c48341 commit 917ca61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions usage_scenario.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ flow:
command: wget --recursive --spider --no-directories http://app:8000/ -o warmup.log
note: Warming the cache
read-notes-stdout: False
# wget issues an error code 8 due to some images returning 404. We could catch the code 8 specifically, but
# it would not tell us if these are the known images or some other problems with the sever occured.
# Sadly this call is very flaky and might still show up as successful even if cache warmup did not really work :(
# PRs welcome!
ignore-errors: True


- name: Blog filtering
Expand Down

0 comments on commit 917ca61

Please sign in to comment.