Skip to content

Commit

Permalink
start new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Aug 9, 2023
1 parent a22e026 commit b6879d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ services:
- default.env
- dev.env
depends_on:
- wis2box-api
wis2box-api:
condition: service_healthy

wis2box-webapp:
container_name: wis2box-webapp
Expand All @@ -28,7 +29,8 @@ services:
- default.env
- dev.env
depends_on:
- wis2box-api
wis2box-api:
condition: service_healthy

# wis2box-ui-admin:
# container_name: wis2box-ui-admin
Expand Down
2 changes: 1 addition & 1 deletion wis2box-management/wis2box/pubsub/subscribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def on_message_handler(client, userdata, msg):
LOGGER.debug('Incoming data is a filesystem path')
filepath = Path(message['relPath'])
else:
LOGGER.warning('message payload could not be parsed')
LOGGER.debug('ignore message')
return

while len(mp.active_children()) == mp.cpu_count():
Expand Down

0 comments on commit b6879d1

Please sign in to comment.