https://dagster.io/ logo
Title
b

Binoy Shah

04/07/2023, 3:52 PM
Hi I keep getting this warning message, is this something that calls for some action?
/Users/binoy/workspace/data-engg/data-lake-workflows/venv3.11/lib/python3.11/site-packages/dagster/_grpc/server.py:1293: UserWarning: GrpcServerProcess is being destroyed without signalling to server that it should shut down. This may result in server processes living longer than they need to. To fix this, wrap the GrpcServerProcess in a contextmanager or call shutdown_server on it.
  warnings.warn(
2023-04-07 11:49:05 -0400 - dagster.daemon.SensorDaemon - INFO - Not checking for any runs since no sensors have been started.
/Users/binoy/workspace/data-engg/data-lake-workflows/venv3.11/lib/python3.11/site-packages/dagster/_grpc/server.py:1293: UserWarning: GrpcServerProcess is being destroyed without signalling to server that it should shut down. This may result in server processes living longer than they need to. To fix this, wrap the GrpcServerProcess in a contextmanager or call shutdown_server on it.
  warnings.warn(
d

daniel

04/07/2023, 3:53 PM
No action required - this warning will be gone in the next release and is harmless
b

Binoy Shah

04/07/2023, 3:54 PM
Thank you Daniel