Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cron job to delete expired data in appengine demos #4751

Closed
rachel-fenichel opened this issue Mar 31, 2021 · 1 comment
Closed

Cron job to delete expired data in appengine demos #4751

rachel-fenichel opened this issue Mar 31, 2021 · 1 comment
Assignees
Labels
component: demos internal External contributions not accepted issue: feature request Describes a new feature and why it should be added type: cleanup

Comments

@rachel-fenichel
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

Our data retention policy is to delete saved data from our appengine demos after one year without access.

We have the code to do the expiration, but need to enable it to run.

This is not yet urgent because it's been less than a year since we added timestamps to all saved data.

Describe the solution you'd like

A cron job to run expiration.py

Additional context

@rachel-fenichel rachel-fenichel added issue: feature request Describes a new feature and why it should be added issue: triage Issues awaiting triage by a Blockly team member labels Mar 31, 2021
@rachel-fenichel rachel-fenichel added component: demos type: cleanup internal External contributions not accepted and removed issue: triage Issues awaiting triage by a Blockly team member labels Mar 31, 2021
@maribethb
Copy link
Contributor

I created a cron job to run the script weekly. This can be managed through Cloud Scheduler in our project's GCP dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: demos internal External contributions not accepted issue: feature request Describes a new feature and why it should be added type: cleanup
Projects
None yet
Development

No branches or pull requests

2 participants