What is the "Synchronization Monitor"?
# 🤖|ask-kapa
c
@microscopic-river-74022 What is the "Synchronization Monitor"?
m
Please stand by @clever-policeman-58407 as I search the knowledge base. I normally take about 15 seconds or so. :wave:
---------------------- Based on the provided knowledge sources, there isn't a specific feature or tool called "Synchronization Monitor" in Garden. However, I can provide some information about synchronization monitoring in Garden: Garden uses Mutagen for code synchronization, particularly for syncs to containers (formerly known as "dev mode"). When experiencing synchronization issues, Garden provides a way to monitor syncs using the Mutagen CLI. You can use the
garden util mutagen
command to run Mutagen CLI commands in the context of your current project. For example, to continuously monitor all syncs, you can use:
Copy code
garden util mutagen sync monitor
This command allows you to see the status of ongoing synchronizations Reference > Commands > garden util mutagen (). Additionally, Garden creates a helper script that makes it easier to use the Mutagen CLI directly. You can find this script at
.garden/mutagen/latest/mutagen.sh
in your project root. To list active syncs, you could run:
Copy code
.garden/mutagen/latest/mutagen.sh sync list
This can help you troubleshoot synchronization issues by providing more detailed information about the sync process Acorn-0.12 > Guides > Code Synchronization (Dev Mode) > Troubleshooting (). While not exactly a "Synchronization Monitor," these tools allow you to monitor and inspect the synchronization process in Garden. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
message has been deleted
2 Views