root 1 månad sedan
förälder
incheckning
5b48dfc936
3 ändrade filer med 14 tillägg och 2 borttagningar
  1. 1 1
      booker_builtin.py
  2. 1 1
      booker_order.py
  3. 12 0
      data/proxy_states.json

+ 1 - 1
booker_builtin.py

@@ -61,7 +61,7 @@ class BuiltinBookerGCO:
             for _ in range(wait_seconds):
                 if self.m_stop_event.is_set():
                     return
-            time.sleep(1.0)
+                time.sleep(1.0)
             
             with self.m_lock:
                 tasks_to_check = list(self.m_tasks)

+ 1 - 1
booker_order.py

@@ -85,7 +85,7 @@ class OrderBookerGCO:
             for _ in range(wait_seconds):
                 if self.m_stop_event.is_set():
                     return
-            time.sleep(1.0)
+                time.sleep(1.0)
             
             with self.m_lock:
                 tasks_to_check = list(self.m_tasks)

+ 12 - 0
data/proxy_states.json

@@ -0,0 +1,12 @@
+{
+    "isp_all::110000": 1775421010.5651941,
+    "isp_all::110005": 1775421010.5735455,
+    "isp_all::100032": 1775421010.6466098,
+    "isp_all::100030": 1775421010.705492,
+    "isp_all::100028": 1775421010.7220783,
+    "isp_all::100031": 1775421010.7356896,
+    "isp_all::110001": 1775421010.7431846,
+    "isp_all::110002": 1775421010.7575579,
+    "isp_all::110009": 1775421010.7711172,
+    "isp_all::110006": 1775421010.8721054
+}