we get this warning repeatedly when running `dagst...
# ask-community
r
we get this warning repeatedly when running
dagster dev
. Any idea what's going on?
Copy code
2023-04-11 17:22:05 +0000 - dagster.daemon.SensorDaemon - INFO - Not checking for any runs since no sensors have been started.
/site/venv/lib/python3.10/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
A fix for this annoying but harmless warning is going out in the release tomorrow