From 0ff9108220ae15dd0fe6b9a92042efcc54fb8339 Mon Sep 17 00:00:00 2001 From: krombel Date: Tue, 24 Apr 2018 15:02:05 +0200 Subject: [PATCH] Introduce cron.php --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 38d1055..ea56e11 100644 --- a/README.md +++ b/README.md @@ -55,5 +55,9 @@ Here is an example for nginx: proxy_set_header X-Forwarded-For $remote_addr; } ``` +### The bot postpones some actions +There is a cron.php which implements retries and database cleanups (e.g. to remove a username claim) +For this run cron.php regularly with your system of choice. + ### Chat For further questions, comments, feedback and more come and talk in [#matrix-register-bot:msg-net.de](https://matrix.to/#/#matrix-register-bot:msg-net.de)