From a62c3ce0f9b11f4f69f3d84cce8b68b9c70fba4d Mon Sep 17 00:00:00 2001 From: Aaron Kable Date: Fri, 30 Aug 2019 03:22:49 +0000 Subject: [PATCH] Add discord warning for tasks --- docs/installation/services/discord.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/installation/services/discord.md b/docs/installation/services/discord.md index 72602741..a8916807 100644 --- a/docs/installation/services/discord.md +++ b/docs/installation/services/discord.md @@ -6,6 +6,11 @@ Discord is very popular amongst ad-hoc small groups and larger organizations see ## Setup +```eval_rst +.. warning:: + Do not run the `discord.update_*` periodic tasks on a regular schedule, doing so can cause your discord service to stop syncing completely. +``` + ### Prepare Your Settings File In your auth project's settings file, do the following: - Add `'allianceauth.services.modules.discord',` to your `INSTALLED_APPS` list