swift-island-27000
11/15/2024, 12:59 PMmicroscopic-river-74022
11/15/2024, 12:59 PMmicroscopic-river-74022
11/15/2024, 12:59 PMgarden util mutagen
command:
garden util mutagen sync terminate
This command will terminate all active sync sessions for the current project Garden util mutagen command ().
2. To ensure all sync daemons are stopped, you can run the following commands:
GARDEN_ENABLE_NEW_SYNC=false garden util mutagen daemon stop
GARDEN_ENABLE_NEW_SYNC=true garden util mutagen daemon stop
These commands will stop both the old and new sync daemons Troubleshooting sync ().
3. After stopping the sync sessions and daemons, you can verify that all syncs have been cleaned up by running:
garden util mutagen sync list
This should show an empty list if all syncs have been successfully terminated Garden util mutagen command ().
4. If you still see any lingering Mutagen processes, you can use the following command to find and kill them:
ps -ef | grep mutagen
If any Mutagen processes are found, you can terminate them using the kill
command Discord support thread ().
By following these steps, you should be able to clean up all Mutagen sync sessions and ensure that no lingering processes remain.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------microscopic-river-74022
11/15/2024, 12:59 PM