-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Determine this is the right repository
- I determined this is the correct repository in which to report this bug.
Summary of the issue
Context
My code recently broke because all create_task calls suddenly started hanging when the grpcio dependency was updated from 1.78.1 to 1.78.0, I'm using Python 3.14
CloudClientManager.tasks_client.create_task(parent=queue_path, task=task) # Code being executed
Expected Behavior:
The function shouldn't hang
Actual Behavior:
It hangs there even if setting a timeout. I suppose restricting the dependency to using grpcio 1.78.0 or lower can temporarily patch the issue but further investigation should be made to understand the root cause.
API client name and version
google-cloud-tasks 2.21.0
Reproduction steps: code
file: main.py
def reproduce():
# complete code hereReproduction steps: supporting files
file: mydata.csv
alpha,1,3
beta,2,5
Reproduction steps: actual results
file: output.txtmydata.csv
Calculated: foo
Reproduction steps: expected results
file: output.txtmydata.csv
Calculated: bar
OS & version + platform
No response
Python environment
Python 3.14
Python dependencies
grpcio 1.78.1
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.