Skip to content

Commit fca38d7

Browse files
committed
.
1 parent b207665 commit fca38d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sentry/sentry_apps/tasks/sentry_apps.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,15 +493,14 @@ def installation_webhook(installation_id: int, user_id: int, *args: Any, **kwarg
493493
).run()
494494

495495

496+
# TODO(cells): remove once in-flight tasks with old name have drained
496497
@instrumented_task(
497498
name="sentry.sentry_apps.tasks.sentry_apps.clear_region_cache",
498499
namespace=sentryapp_control_tasks,
499500
retry=Retry(times=3, delay=60 * 5),
500501
processing_deadline_duration=30,
501502
silo_mode=SiloMode.CONTROL,
502503
)
503-
504-
# TODO(cells): remove once in-flight tasks with old name have drained
505504
def clear_region_cache(sentry_app_id: int, region_name: str) -> None:
506505
clear_cell_cache(sentry_app_id=sentry_app_id, cell_name=region_name)
507506

0 commit comments

Comments
 (0)