Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Feb 25, 2025
1 parent 5b86b64 commit c27f509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/storage/docker/healthcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def _is_celery_worker_healthy():

ok = (
ok
or (bool(os.environ.get("STORAGE_WORKER_MODE", "") and _is_celery_worker_healthy()))
or (bool(os.getenv("STORAGE_WORKER_MODE", "") and _is_celery_worker_healthy()))
or urlopen(
"{host}{baseurl}".format(
host=sys.argv[1], baseurl=os.environ.get("SIMCORE_NODE_BASEPATH", "")
Expand Down

0 comments on commit c27f509

Please sign in to comment.