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

Starting threadpool of 6 threads upon library import #673

Open
katomaso opened this issue Sep 26, 2024 · 0 comments
Open

Starting threadpool of 6 threads upon library import #673

katomaso opened this issue Sep 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@katomaso
Copy link

katomaso commented Sep 26, 2024

Specifications

  • Client Version: 1.43.0 - 1.46.0
  • InfluxDB Version: all
  • Platform: WSL2 (Any?)

Code sample to reproduce problem

import influxdb_client
import time
time.sleep(100)

Expected behavior

Does not start 6 thread in background (check in e.g. htop)

Actual behavior

Starts 6 threads in background

Additional info

No response

@katomaso katomaso added the bug Something isn't working label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant