Amanda Torres commited on
Commit ·
028ea87
1
Parent(s): 1e4eac8
relay gke workload identity time through config banner
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-
|
|
|
|
| 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-08 00:54:02 UTC
|