Skip to content

Commit

Permalink
Origin Cache - Connect to a specific IP if configured (#12932)
Browse files Browse the repository at this point in the history
* cache.origin.fastly: connect to a specific IP if configured

* lint

* fallback to double purge

* metrics

* no types for this
  • Loading branch information
ewdurbin authored Feb 6, 2023
1 parent 96b8daf commit af5fb71
Show file tree
Hide file tree
Showing 5 changed files with 404 additions and 68 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module = [
"elasticsearch_dsl.*", # https://github.com/elastic/elasticsearch-dsl-py/issues/1533
"github_reserved_names.*",
"google.cloud.*",
"forcediphttpsadapter.*",
"IPython.*",
"mistune.*",
"paginate.*",
Expand Down
1 change: 1 addition & 0 deletions requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ disposable-email-domains
elasticsearch>=7.0.0,<7.11.0
elasticsearch_dsl>=7.0.0,<8.0.0
first
forcediphttpsadapter
github-reserved-names>=1.0.0
google-cloud-bigquery
google-cloud-storage
Expand Down
4 changes: 4 additions & 0 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,9 @@ first==2.0.2 \
--hash=sha256:8d8e46e115ea8ac652c76123c0865e3ff18372aef6f03c22809ceefcea9dec86 \
--hash=sha256:ff285b08c55f8c97ce4ea7012743af2495c9f1291785f163722bd36f6af6d3bf
# via -r requirements/main.in
forcediphttpsadapter==1.0.2 \
--hash=sha256:f7582b34aaa6ab6b17f69ab1abbfe67097b952ed0682b758b5e01e18fe24433e
# via -r requirements/main.in
github-reserved-names==1.0.1 \
--hash=sha256:c9acc3c8e573e303e962496308553241db6f306290a09be7d2c6d60cdcda0bb9 \
--hash=sha256:f10b8df2b01d76022b144a17381782b63205b2f2cefdfc145c984d16cb4e9733
Expand Down Expand Up @@ -1346,6 +1349,7 @@ requests==2.28.2 \
# via
# -r requirements/main.in
# datadog
# forcediphttpsadapter
# google-api-core
# google-cloud-bigquery
# google-cloud-storage
Expand Down
Loading

0 comments on commit af5fb71

Please sign in to comment.