cool-notebook-79020
06/28/2024, 11:41 AMdb.t2.small
--> db.t3.small
as the support is ending for the t2 instances. With this change I also pulled in some changes to the aws_lambda_function.db_migrate_lambda
resource.
It went from python runtime "python3.7" -> "python3.12" and what I believe is the latest source code hash.
After this change, I'm not able to see any logs in the metaflow UI anymore under stdout. Looking in the console I can see there is a 504 error
Failed to load resource: the server responded with a status of 504 ()
Is anyone aware of this being a known issue in the latest version?cool-notebook-79020
07/02/2024, 7:10 AMdb_migrate_lambda
after that?
This is the image being pulled for the metadata_service and ui_backend: metaflow_metadata_service:v2.3.0
cool-notebook-79020
07/03/2024, 7:29 AM