Changes operations to cleanup deleted empty integrations so that they are only performed on organizations that have deleted integrations recently. The previous task checked everything because we were not performing the cleanup on a regular basis, now that it has been scheduled regularly we can operate on recently deleted integrations instead.
The existing task has been removed from the schedule, the code for it can be removed after the other tasks have cleared.
Which issue(s) this PR closes
Closes [issue link here]
Checklist
[x] Unit, integration, and e2e (if applicable) tests updated
[x] Documentation added (or pr:no public docs PR label added if not required)
[x] Added the relevant release notes label (see labels prefixed w/ release:). These labels dictate how your PR will
show up in the autogenerated release notes.
What this PR does
Changes operations to cleanup deleted empty integrations so that they are only performed on organizations that have deleted integrations recently. The previous task checked everything because we were not performing the cleanup on a regular basis, now that it has been scheduled regularly we can operate on recently deleted integrations instead.
The existing task has been removed from the schedule, the code for it can be removed after the other tasks have cleared.
Which issue(s) this PR closes
Closes [issue link here]
Checklist
pr:no public docs
PR label added if not required)release:
). These labels dictate how your PR will show up in the autogenerated release notes.