-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
We need several batch jobs keep system clean
- remove inactive accounts automatically #90 - remove inactive accounts
- apps/deleted directory should be garbage-collected #89 - remove apps/deleted (daily or weekly)
- remove expired tokens in DB (in mem_token)
- remove temp keys (in mem_temp_key table) unused
- garbage cleaning fs_wfs_del (just remove all)
- each job should be a batch module in batch unit.
- we may have to fix or create APIs.