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

Cronjob: Clean up invites which are not answered after a week #1137

Closed
i-oden opened this issue Apr 6, 2022 · 1 comment · Fixed by #1147
Closed

Cronjob: Clean up invites which are not answered after a week #1137

i-oden opened this issue Apr 6, 2022 · 1 comment · Fixed by #1147
Labels
must have Cannot deliver on target date without this

Comments

@i-oden
Copy link
Member

i-oden commented Apr 6, 2022

Go to the scheduled_tasks.py module and follow the structure in the other cron jobs.

  1. Loop through the invites
  2. Check when it was issued
  3. Remove those entries that are older than 7 days
    (Double check that this also removes the corresponding rows in the ProjectInviteKeys table)
@i-oden i-oden added the must have Cannot deliver on target date without this label Apr 6, 2022
@i-oden i-oden assigned ghost Apr 7, 2022
@ghost ghost mentioned this issue Apr 8, 2022
5 tasks
@ghost
Copy link

ghost commented Apr 8, 2022

Fixed in #1147.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
must have Cannot deliver on target date without this
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant