Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node: fix timeout type error when using http as transport #955

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

claudious96
Copy link
Collaborator

Description

Fix type error that appeared when using http as transport due to a breaking change in the aiohttp lib newest version.

Sample of the error:

[WORKER 0]: 2024-05-28 20:23:02,758 - suzieq.poller.worker.nodes.node - ERROR - Unable to connect to 10.1.2.3:443, error: timeout parameter cannot be of <class 'int'> type, please use 'timeout=ClientTimeout(...)'
  • I have read the comments and followed the CONTRIBUTING.md.
  • I have explained my PR according to the information in the comments or in a linked issue.
  • My PR source branch is created from the develop branch.
  • My PR targets the develop branch.
  • All my commits have --signoff applied

Signed-off-by: Claudio Usai <claudio.usai@stardustsystems.net>
@ddutt ddutt merged commit 9362ae2 into develop Jun 3, 2024
13 checks passed
@ddutt ddutt deleted the fix-http-timeout branch June 3, 2024 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: sq-poller timeout type mismatch with https transport
3 participants