Alex
Alex
@jaime0815 The problem is not so much about the querynode itself that is being shut down. It's about the proxynodes that, during this shutdown and rebalance process, are not able...
Hi, we figured out how to do graceful query node shutdown in HashiCorp Nomad environment now. Two questions though: 1. What is the recommended time length to allow for graceful...
Still hitting this issue as of the end of May 2024.
I just hit the same problem. I disabled telemetry with one line change to the file "/site-packages/crewai/telemetry/telemetry.py" shown as diff below: ``` - self.ready = True + self.ready = False...