Amanda Torres commited on
Commit
9e2bf81
·
1 Parent(s): a2fec68

finalize cloud run service sync after nightly apply

Browse files
Files changed (1) hide show
  1. cli.py +1 -1
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 21:18:46 UTC
 
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 22:59:49 UTC