Skip to content

Commit dce5a74

Browse files
Updates comment
1 parent b0b3e71 commit dce5a74

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/sentry/tasks/deletion/hybrid_cloud.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,9 @@ def _get_ids_to_delete(
303303
) -> tuple[list[int], datetime]:
304304
"""
305305
Queries the database or databases if spanning multiple), and returns
306-
a list of tuples containing row ids and tombstone creation time for
307-
any rows requiring cleanup.
306+
a tuple with a list of row IDs to delete, and the oldest
307+
tombstone timestamp for the batch.
308308
309-
:param self:
310309
:param tombstone_cls: Either a RegionTombstone or ControlTombstone, depending on
311310
which silo the tombstone process is running.
312311
:param model: The model with a HybridCloudForeignKey.

0 commit comments

Comments
 (0)