Skip to content

Commit

Permalink
Suppress logs when Jupyter is no running (#28)
Browse files Browse the repository at this point in the history
* fixed an issue where errors were reported in the UI logs for the users when Jupyter was not running

Co-authored-by: Andrei Neagu <[email protected]>
  • Loading branch information
GitHK and Andrei Neagu authored Apr 17, 2024
1 parent e4c83b6 commit 240dc5a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0
current_version = 3.0.1
commit = False
message = service version: {current_version} → {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion .osparc/jupyter-math/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description:
"
key: simcore/services/dynamic/jupyter-math
version: 3.0.0
version: 3.0.1
integration-version: 2.0.0
type: dynamic
authors:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ENV JP_LSP_VIRTUAL_DIR="/home/${NB_USER}/.virtual_documents"
COPY --chown=$NB_UID:$NB_GID docker /docker

# install service activity monitor
ARG ACTIVITY_MONITOR_VERSION=v0.0.3
ARG ACTIVITY_MONITOR_VERSION=v0.0.4

# Detection thresholds for application
ENV ACTIVITY_MONITOR_BUSY_THRESHOLD_CPU_PERCENT=0.5
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SHELL = /bin/sh
.DEFAULT_GOAL := help

export DOCKER_IMAGE_NAME ?= jupyter-math
export DOCKER_IMAGE_TAG ?= 3.0.0
export DOCKER_IMAGE_TAG ?= 3.0.1


# PYTHON ENVIRON ---------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-local.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
jupyter-math:
image: simcore/services/dynamic/jupyter-math:3.0.0
image: simcore/services/dynamic/jupyter-math:3.0.1
ports:
- "8888:8888"
environment:
Expand Down

0 comments on commit 240dc5a

Please sign in to comment.