Skip to content

Commit 472b131

Browse files
committed
fix(justfile): Add tap-agent
1 parent b9bd7cc commit 472b131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ profile-callgrind:
9696
# This sends SIGTERM, allowing the trap in start-perf.sh to handle cleanup (e.g., generate flamegraph)
9797
stop-profiling: # <-- New Rule Added Here
9898
@echo "🛑 Stopping the indexer-service container (allowing profiling data generation)..."
99-
cd contrib && docker compose -f docker-compose.dev.yml stop indexer-service
99+
cd contrib && docker compose -f docker-compose.prof.yml stop indexer-service tap-agent
100100
@echo "✅ Service stop signal sent. Check profiling output directory."
101101

102102
# Restore normal service (without profiling)
103103
profile-restore:
104104
@echo "🔄 Restoring normal service..."
105-
cd contrib && docker compose -f docker-compose.dev.yml up -d --force-recreate indexer-service
105+
cd contrib && docker compose -f docker-compose.prof.yml up -d --force-recreate indexer-service tap-agent
106106
@echo "✅ Normal service restored"
107107

108108

0 commit comments

Comments
 (0)