recently an error started showing up in the daemon...
# ask-community
e
recently an error started showing up in the daemon mo idea what it means or what caused it:
Copy code
/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.
  warnings.warn(
any insights?
d
Hi Eduardo - what version of dagster is this? I suspect this will go away if you upgrade your dagster version (and the error is annoying but harmless)
e
1.3.6
ill let you know once im able to upgrade 🙁