You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="Cleanup snapshots that are not referenced in any environment, regardless of when they're set to expire",
633
633
)
634
+
@click.option(
635
+
"--batch-start",
636
+
help="The batch start datetime to start processing expired snapshots to avoid large requests.",
637
+
)
638
+
@click.option(
639
+
"--batch-seconds",
640
+
"batch_size_seconds",
641
+
type=int,
642
+
help="When provided with --batch-start, runs the janitor in batches by incrementing the timestamp by this many seconds until reaching the current time.",
0 commit comments