I keep getting this warning, why does that occur, ...
# ask-community
a
I keep getting this warning, why does that occur, and how can I fix it?
Copy code
dagster_dev  | 2023-04-20 13:54:53 +0000 - dagster.daemon.SensorDaemon - INFO - Not checking for any runs since no sensors have been started.
dagster_dev  | /usr/local/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.
dagster_dev  |   warnings.warn(
d
Hi Aaron - this warning is annoying but harmless and should go away if you upgrade to a later dagster version
a
Running version 1.2.4
d
See the first bug fix listed here: https://docs.dagster.io/changelog#bugfixes-1
👍 1
a
Cool, thanks!