patch for redis queue

This commit is contained in:
Lucas Armand
2025-10-28 16:03:50 -07:00
parent ba6f1c2e4b
commit e09f1fa953
+4
View File
@@ -180,6 +180,10 @@ class Metrics:
return # nothing to do
for report_addr in self.report_addr:
# TODO: Add a Redis subscriber queue for delete_requests
if report_addr == "https://cloud.vast.ai/api/v0":
# Patch: ignore the Redis API report_addr
continue
sent_success = True
sent_failed = True