Skip to content

Fix bugs logging last sign in #260

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

Closed
SUPERCILEX opened this issue Jul 28, 2019 · 0 comments
Closed

Fix bugs logging last sign in #260

SUPERCILEX opened this issue Jul 28, 2019 · 0 comments
Labels
bug Something isn't working feature:database Involves the database

Comments

@SUPERCILEX
Copy link
Owner

There are some anonymous accounts with no corresponding entries in the database, leading to them not getting cleaned up properly. Steps to mitigate this issue:

  • Write a script to go through all users and nuke those with no entry in the db
  • Make the updater function execute every 5 mins and check for ETA to next write using local file. That way we're guaranteed that the write was queued before considering the job done.
@stale stale bot added the stale This hasn't received a response in 14 days label Aug 4, 2019
@SUPERCILEX SUPERCILEX added bug Something isn't working feature:database Involves the database labels Aug 4, 2019
@stale stale bot removed stale This hasn't received a response in 14 days labels Aug 4, 2019
Repository owner deleted a comment from stale bot Aug 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature:database Involves the database
Projects
None yet
Development

No branches or pull requests

1 participant