Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Automatically delete feeds that have no subscribers and their cached articles after a waiting period has elapsed #1

Open
connorkuehl opened this issue Jul 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@connorkuehl
Copy link
Owner

For example, the feeds table could grow a delete_after column which goose can set when it notices a feed has no subscriptions. Then, periodically, goose can check to see if there are any feeds whose delete_after time is in the past and then delete the feed's cached articles and the feed itself.

When adding a new subscription, the feed's delete_after column will have to be set back to NULL.

The delete_after interval could be set to something like 7 days.

@connorkuehl connorkuehl added the enhancement New feature or request label Jul 15, 2023
@connorkuehl connorkuehl changed the title Automatically delete feeds and their cached articles after a waiting period has elapsed Automatically delete feeds that have no subscribers and their cached articles after a waiting period has elapsed Jul 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant