Settings

Here is a list of available settings for this app. They can be configured by adding them to your Django settings file. All settings are optional and the app will use the documented value as default if they are not set.

Settings configuration for app_utils.

APPUTILS_ESI_DAILY_DOWNTIME_END = 11.25

End time of daily downtime in UTC hours.

esi.fetch_esi_status() will report ESI as offline during this time.

APPUTILS_ESI_DAILY_DOWNTIME_START = 11.0

Start time of daily downtime in UTC hours.

esi.fetch_esi_status() will report ESI as offline during this time.

APPUTILS_ESI_ERROR_LIMIT_THRESHOLD = 25

ESI error limit remain threshold.

The number of remaining errors is counted down from 100 as errors occur. Because multiple tasks may request the value simultaneously and get the same response, the threshold must be above 0 to prevent the API from shutting down with a 420 error.

APP_UTILS_NOTIFY_THROTTLED_TIMEOUT = 86400

Timeout for throttled notifications in seconds.