Hi Feng,
Thank you for the tip. It looks like upgrading requests solved the OpenSSL issue, but created a weird bug with Composer. I'm hoping you can tell me if the new issue is related to upgrading packages in Composer.
Here are the environment packages:
pypiPackages:
google-cloud-bigquery: ==1.9.0
google-cloud-datastore: ==1.7.3
requests: ==2.22.0
sendgrid: ==6.0.5
pythonVersion: '3'
The weird thing is I'm getting a specific task error:
And when I go to check the error task I see this:
The error isn't displayed in the logs. It doesn't show the task has having been completed or stopped by an error.
The odd thing is the beginning of each workflow uses the requests library. Why would a task fail without logging the error? All of the tasks work except that one. I've tried it locally and it functions as expected. It seems to be an issue with the Composer environment failing a task and not showing the logs.
Is this new issue related to upgrading packages or is it unrelated? Any suggestions for trouble shooting? Without the logs, I'm lost on how to fix the issue.
Thank you in advance,
- Ethan