Amanda Torres commited on
Commit ·
1e4eac8
1
Parent(s): 9e2bf81
mirror aks service mesh sync time in record
Browse files
cli.py
CHANGED
|
@@ -63,4 +63,4 @@ def escalate_rule_batch(
|
|
| 63 |
"""Slice *records* into chunks of *batch_size* for bulk escalate."""
|
| 64 |
return [records[i : i + batch_size]
|
| 65 |
for i in range(0, len(records), batch_size)]
|
| 66 |
-
# Last sync: 2026-05-07
|
|
|
|
| 63 |
"""Slice *records* into chunks of *batch_size* for bulk escalate."""
|
| 64 |
return [records[i : i + batch_size]
|
| 65 |
for i in range(0, len(records), batch_size)]
|
| 66 |
+
# Last sync: 2026-05-07 23:11:10 UTC
|