Hello! I'm curious why this might be happening. I'...
# marvin-ai
c
Hello! I'm curious why this might be happening. I'm running the shared memory example here and for maybe 1 in 10 runs, I get an error like the one below. Is there a default timeout, or a parameter in connection management that could cause this? Just running the default local
chroma-db
as it is in the example I believe. It's coming up at the end of interactive agent tasks at least, so doesn't seem to hurt anything, just might require some handling in larger flows.
Copy code
12:53:55.274 | ERROR   | sqlalchemy.pool.impl.NullPool - Exception closing connection <AdaptedConnection <Connection(Thread-273, started daemon 134424662378048)>>
...
asyncio.exceptions.CancelledError
j
Hey @Christian D'Andrea! Thanks for reporting this - I've been trying to recreate but so far can't. I think it might be a Prefect error being surfaced (not chroma-db) but I dont think it's going to impact performance if that's the case. Do you mind outputing
controlflow version
for me?