Open gaprl opened 2 months ago
Here's the current state of this
GH-77518 This PR introduces the celery task to fetch the rdap details for a subscription. It's ready to go and can be merged whenever it get's appr
GH-77533 This PR connects the create_uptime_subscription with the task. So new uptime subscriptions that are created will have their rdap network details fetched. I left a couple of notes. Before this is merged I think we need to fix the tests so that
GH-15127 This PR adds the backfill script to getsentry to fire off all the tasks to backfill RDAP info for all existing subscriptions. It may need to be run multiple times if we end up running into any kind of rate limits. This can be run once the first PR above (GH-77518) has been merged.
I would still like to add one more task that periodically checks for subscriptions that are missing RDAP info and tries to repair them. Should be simple, just haven't gotten around to it quite yet.
We need to improve our uptime monitoring system to better handle situations where hosting providers block our IP addresses, leading to false downtime alerts. This issue covers the development of a solution that includes identifying blocking providers, modifying the monitoring status logic, and improving customer communication.