Skip to content

Commit

Permalink
Merge pull request #813 from mendix/DB-3111_fix-timeout-client-config
Browse files Browse the repository at this point in the history
increase kafka binding client config timeout to 180s
  • Loading branch information
sailhenz authored Oct 24, 2024
2 parents aacc6a7 + 8543443 commit 30401a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpack/databroker/business_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _put_client_config(url, auth_token, version, dependencies_json_str):
url=url,
headers=headers,
json={"dependencies": dependencies_json_str},
timeout=30,
timeout=180,
)
resp.raise_for_status()
return resp.text
Expand Down

0 comments on commit 30401a4

Please sign in to comment.