Skip to content

Commit

Permalink
Dtspo 15970 caching (#465)
Browse files Browse the repository at this point in the history
* DTSPO-15970 - updating caching documentation

* change formatting

* spell check

* added 429 to ignore
  • Loading branch information
cpareek authored Jun 10, 2024
1 parent b517f30 commit 5c4d723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ task :check_urls do
{
:check_external_hash => false,
:ignore_missing_alt => true,
:ignore_status_codes => [0, 401, 403],
:ignore_status_codes => [0, 401, 403, 429],
:ignore_urls => [
# Ignore pulls/branches as these do not translate to raw content
%r{github\.com/hmcts/(?=.*(?:pull|tree|commit))},
Expand Down

0 comments on commit 5c4d723

Please sign in to comment.