Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.28k
stars
520
forks
source link
Microservices project does not build using Tye on Macbook 2021 M1 #1423
I have a Microservices solution using ABP (https://www.abp.io/). The project builds using Tye. It builds fine on my Windows machine but I tried to set up the environment on my Macbook Pro 2021 M1 (32GB RAM) and when it starts building projects the CPU consumption gets very high and all the projects get built and work fine except 1. Sometimes its the Blazor project and sometimes its the gateway project
To Reproduce
Further technical details
Include the output of tye --version 0.11.0-alpha.22111.1
If possible rerun the command with -v debug and include the output
Describe the bug
I have a Microservices solution using ABP (https://www.abp.io/). The project builds using Tye. It builds fine on my Windows machine but I tried to set up the environment on my Macbook Pro 2021 M1 (32GB RAM) and when it starts building projects the CPU consumption gets very high and all the projects get built and work fine except 1. Sometimes its the Blazor project and sometimes its the gateway project
To Reproduce
Further technical details
tye --version
0.11.0-alpha.22111.1-v debug
and include the output