This repository was archived by the owner on Oct 1, 2020. It is now read-only.
This repository was archived by the owner on Oct 1, 2020. It is now read-only.
Clean up job for inactive groups #197
Open
Description
Handful of duplicate or otherwise inactive groups exist in the database. Ideally, these records (and any associated tickets) would be cleared from the platform after the group has been inactive for 30 days. The delete should cascade:
- Remove related ticket files (including an S3
DELETE
) - Remove related tickets
- Remove related user memberships
Rake task can be scheduled with whenever
to run periodically.
Activity