Skip to content

Commit

Permalink
Use a retryable aware http client
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrech committed Dec 11, 2024
1 parent 7b8619f commit f1c5a9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ framework:
php_errors:
log: true

http_client:
default_options:
headers:
User-Agent: "secret-santa.team"
retry_failed:
enabled: true

when@test:
framework:
test: true
Expand Down

0 comments on commit f1c5a9b

Please sign in to comment.