Merge pull request #241 from evaryont/patch-1

Update README.md
This commit is contained in:
Pēteris Caune 2019-04-16 10:09:08 +03:00 committed by GitHub
commit 4ecbe95cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,14 +250,6 @@ There are separate Django management commands for each task:
$ ./manage.py prunepings $ ./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 * Remove old records of sent notifications. For each check, remove
notifications that are older than the oldest stored ping for same check. notifications that are older than the oldest stored ping for same check.