mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 23:05:07 +01:00
Improve celery infos on Dashboard
This commit is contained in:
@@ -7,3 +7,18 @@ The content of the dashboard is specific to the logged in user. It has a sidebar
|
||||
For admin users the dashboard shows additional technical information about the AA instance.
|
||||
|
||||

|
||||
|
||||
## Settings
|
||||
|
||||
Here is a list of available settings for the dashboard. They can be configured by adding them to your AA settings file (``local.py``).
|
||||
Note that all settings are optional and the app will use the documented default settings if they are not used.
|
||||
|
||||
```eval_rst
|
||||
+-----------------------------------------------------+-------------------------------------------------------------------------+-----------+
|
||||
| Name | Description | Default |
|
||||
+=====================================================+=========================================================================+===========+
|
||||
| ``ALLIANCEAUTH_DASHBOARD_TASKS_MAX_HOURS`` | Statistics will be calculated for task events not older than max hours. | ``24`` |
|
||||
+-----------------------------------------------------+-------------------------------------------------------------------------+-----------+
|
||||
| ``ALLIANCEAUTH_DASHBOARD_TASK_STATISTICS_DISABLED`` | Disables recording of task statistics. Used mainly in development. | ``False`` |
|
||||
+-----------------------------------------------------+-------------------------------------------------------------------------+-----------+
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user