Skip to content

Commit 0927a37

Browse files
committed
.
1 parent 1a173c8 commit 0927a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/receivers/outbox/control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def process_sentry_app_updates(object_identifier: int, region_name: str, **kwds:
6060
# Spawn a task to clear caches, as there can be 1000+ installations
6161
# for a sentry app.
6262
# TODO(cells): switch to clear_cell_cache once deployed on all pods
63-
clear_region_cache.delay(sentry_app_id=sentry_app.id, cell_name=region_name)
63+
clear_region_cache.delay(sentry_app_id=sentry_app.id, region_name=region_name)
6464

6565

6666
@receiver(process_control_outbox, sender=OutboxCategory.SENTRY_APP_DELETE)

0 commit comments

Comments
 (0)