MCPcopy
hub / github.com/weaviate/weaviate / Wait

Method Wait

adapters/repos/db/queue/queue.go:477–479  ·  view source on GitHub ↗

Wait blocks until all currently running tasks are finished.

(ctx context.Context)

Source from the content-addressed store, hash-verified

475
476// Wait blocks until all currently running tasks are finished.
477func (q *DiskQueue) Wait(ctx context.Context) error {
478 return q.scheduler.Wait(ctx, q.id)
479}
480
481// PrepareForBackup pauses the queue and flushes all tasks to disk to prepare
482// for backup. It also promotes the current partial chunk into a sealed file

Callers 15

MetaInfoMethod · 0.45
WaitForStartupMethod · 0.45
VectorizeMethod · 0.45
TestDynUserConcurrencyFunction · 0.45
TestConcurrentValidateFunction · 0.45
waitMethod · 0.45

Calls

no outgoing calls