We are experiencing issues with cloud composer upgrades and the addition of pypy packages to the system. Both represent with terminal messages of "ERROR: context deadline exceeded". It appears that the timeout is 35mins.
This error occurs during upgrade:
Hi @tt_davisj,
Welcome to Google Cloud Community!
The “context deadline exceeded” error usually means that an operation is taking longer than the allowed time limit to complete. It appears that the 35 minute timeout is likely imposed by Cloud Build, which Cloud Composer uses behind the scenes for environment updates.
The most common problem with PyPI packages in Cloud Composer are dependency conflicts. Also, a large number of custom packages in your Composer environment can add overhead to the upgrade process.
To isolate the issue, here’s the workaround that you can do:
I hope the above information is helpful.