Skip to content

[Bug]: Server not stopping when receiving SIGINT or SIGTERM #5594

@TJkrusinski

Description

@TJkrusinski

What happened?

I am unable to stop the chroma server when sending ctrl+c (SIGINT) from the terminal it is running in or using kill <pid> to stop the process.. I've repo'd this on multiple machines and terminals.

npm init -y
npm install chromadb
npx chroma run

installing from pip also causes the problem.

python3 -m venv venv
source venv/bin/activate
pip install chromadb
chroma run

Versions

chroma 1.0.0

Relevant log output

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions