Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Oct 2, 2023
1 parent 32d3751 commit 368628b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/restart-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ check_container_activity() {
while true; do
for CONTAINER_NAME in "${CONTAINER_NAMES[@]}"; do
if ! check_container_activity "$CONTAINER_NAME"; then
# echo "Container $CONTAINER_NAME seems to be stuck. Restarting..."
echo "Container $CONTAINER_NAME seems to be stuck. Restarting..."
# docker-compose -f $COMPOSE_PATH stop "$CONTAINER_NAME"
# docker-compose -f $COMPOSE_PATH up -d "$CONTAINER_NAME"
# # Add a notification mechanism here if needed
Expand Down

1 comment on commit 368628b

@vercel
Copy link

@vercel vercel bot commented on 368628b Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.