dotnet / tye

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.29k stars 520 forks source link

Removing process from previous run #1446

Closed jpiquot closed 2 years ago

jpiquot commented 2 years ago

Removing process from previous run is too long

When developing using Dapr (1.8.4) and having issues with the Dapr component loading, there are thousands of processes created. When trying to start a new run with Tye (0.11.0), it takes hours to remove the processes. Is there a way to skip this? Even killing Tye.exe processes or stopping/starting Docker does not fix the issue.

tye
jpiquot commented 2 years ago

SOLVED: To fix this, delete the "tye/process_store" file.