Fix Chroma Warmup
This commit is contained in:
@@ -56,7 +56,7 @@ public class ChromaWarmupService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void performWarmup() {
|
private void performWarmup() {
|
||||||
String healthUrl = chromaHost + ":" + chromaPort + "/api/v1/heartbeat";
|
String healthUrl = chromaHost + ":" + chromaPort + "/api/v2/heartbeat";
|
||||||
|
|
||||||
try {
|
try {
|
||||||
long startTime = System.currentTimeMillis();
|
long startTime = System.currentTimeMillis();
|
||||||
|
|||||||
Reference in New Issue
Block a user