Skip to content

Commit e1a6e0a

Browse files
committed
feat: forward dask logging
1 parent b0e0429 commit e1a6e0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/staging/rs_server_staging/processors.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,9 @@ def dask_cluster_connect(self) -> Client:
747747
# create the client as well
748748
client = Client(self.cluster)
749749

750+
# Forward logging from dask workers to the caller
751+
client.forward_logging()
752+
750753
def set_dask_env(host_env: dict):
751754
"""Pass environment variables to the dask workers."""
752755
for name in ["S3_ACCESSKEY", "S3_SECRETKEY", "S3_ENDPOINT", "S3_REGION"]:

0 commit comments

Comments
 (0)