File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1624,7 +1624,7 @@ def _run_reconciliation():
1624
1624
needs_tunnel_config_update = False
1625
1625
state_changed_locally = False
1626
1626
1627
- max_total_time = 240
1627
+ max_total_time = 480
1628
1628
reconciliation_start = time .time ()
1629
1629
1630
1630
app .reconciliation_info = {
@@ -1760,7 +1760,7 @@ def watchdog_timer():
1760
1760
except Exception as e_cont :
1761
1761
logging .error (f"[Reconcile] Error processing container { c .id [:12 ] if c and c .id else 'N/A' } : { e_cont } " )
1762
1762
continue
1763
- if USE_EXTERNAL_CLOUDFLARED and i + batch_size < container_count : time .sleep (0.2 )
1763
+ if USE_EXTERNAL_CLOUDFLARED and i + batch_size < container_count : time .sleep (0.05 )
1764
1764
1765
1765
logging .info (f"[Reconcile] Found { len (running_labeled_hostnames_details )} running hostnames with DockFlare labels." )
1766
1766
except Exception as e_phase1 :
You can’t perform that action at this time.
0 commit comments