Dzmitry Mikhalapau
Dzmitry Mikhalapau
When a worker has `max_jobs` set to 1, it's impossible to abort a job if it's already executing. After giving a quick glance at `worker.py` I've realized this behavior is...
Hey guys! ## Current Behavior ### HTTP deletion with default timeout ```bash curl -X DELETE 127.0.0.1:6333/collections/collection-to-be-deleted {"status":{"error":"Service internal error: Waiting for consensus operation commit failed. Timeout set at: 10 seconds"},"time":10.001176907}...
Hi everyone, Installing the project via `go install` results in the following error: ```bash go install capnproto.org/go/capnp/v3/capnpc-go@latest go: downloading zenhack.net/go/util v0.0.0-20230414204917-531d38494cf5 .go/pkg/mod/capnproto.org/go/capnp/[email protected]/answer.go:10:2: unrecognized import path "zenhack.net/go/util": https fetch: Get "https://zenhack.net/go/util?go-get=1":...