Merge pull request #51 from vast-ai/delete-reqs-hotfix

Redis subscriber queue patch
This commit is contained in:
LucasArmandVast
2025-10-28 16:07:28 -07:00
committed by GitHub
+4
View File
@@ -180,6 +180,10 @@ class Metrics:
return # nothing to do return # nothing to do
for report_addr in self.report_addr: 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_success = True
sent_failed = True sent_failed = True