Add discord warning for tasks

This commit is contained in:
Aaron Kable 2019-08-30 03:22:49 +00:00 committed by Basraah
parent aecc94bdb3
commit a62c3ce0f9

View File

@ -6,6 +6,11 @@ Discord is very popular amongst ad-hoc small groups and larger organizations see
## Setup ## 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 ### Prepare Your Settings File
In your auth project's settings file, do the following: In your auth project's settings file, do the following:
- Add `'allianceauth.services.modules.discord',` to your `INSTALLED_APPS` list - Add `'allianceauth.services.modules.discord',` to your `INSTALLED_APPS` list