This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Description
Is your feature request related to a specific problem?
It is possible that a privacy request is stuck in "requires_input" state because at the time it was submitted, there were manual webhooks configured, but now those webhooks have been deleted or disabled.
Describe the solution you'd like
- When deleting a webhook, check if this affects privacy requests still in a
requires_input state. Queue these webhooks for processing automatically.
- Set up a recurring job that looks for any privacy requests missed by the above and re-queues them, as a backup.
Describe alternatives you've considered, if any
A description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.