Browse Source

Update README.md

Since anonymous checks aren't created any more, don't document the manage command to clean them up.
pull/241/head
No GUI 6 years ago
committed by GitHub
parent
commit
e2c41b0c1f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      README.md

+ 0
- 8
README.md View File

@ -250,14 +250,6 @@ There are separate Django management commands for each task:
$ ./manage.py prunepings
```
* Remove checks older than 2 hours that are not assigned to users. Such
checks are by-products of random visitors and robots loading the welcome
page and never setting up an account:
```
$ ./manage.py prunechecks
```
* Remove old records of sent notifications. For each check, remove
notifications that are older than the oldest stored ping for same check.


Loading…
Cancel
Save