Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(hybrid-cloud): Ensure release registry cache is available in con…
…trol (#86400) When [setting up the AWS integration in Sentry](https://docs.sentry.io/organization/integrations/cloud-monitoring/aws-lambda/) and trying to automatically add the lambda layer to lambda functions the underlying code encounters an empty release-registry cache: https://sentry.sentry.io/issues/5289437499/events/f3e461d3164a442587c3f9da8ef86255/ This happens from this view:  But it is possible to do from this view:  From the linked issue above, it looks like that code runs in the control silo, but the task to populate the cache with release-registry data is only running for region silos. This PR adds the celery task to the control queue. Related: #85322, #86365 Might stem from: #53038
- Loading branch information